7 lines
192 B
C#
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/";
|
|
} |