8 lines
131 B
C#
8 lines
131 B
C#
|
namespace ScoreTracker
|
|||
|
{
|
|||
|
internal class Consts
|
|||
|
{
|
|||
|
public static string ApiUrl = "http://localhost:7500";
|
|||
|
}
|
|||
|
}
|