This commit is contained in:
2026-06-04 11:12:23 -04:00
parent 6e58c63082
commit 377a041afa
73 changed files with 7689 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace IGP.Utils;
public static class Project
{
public static string GitResourcesUrl =>
"https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/blob/develop/IGP/wwwroot/";
}