This commit is contained in:
7
Mod/Consts.cs
Normal file
7
Mod/Consts.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace ScoreTracker
|
||||
{
|
||||
internal class Consts
|
||||
{
|
||||
public static string ApiUrl = "http://localhost:7500";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user