Files
IGP-Fan-Reference/Pages/Utils/Project.cs
T

7 lines
192 B
C#

namespace IGP.Utils;
public static class Project
{
public static string GitResourcesUrl =>
"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/blob/develop/IGP/wwwroot/";
}