7 lines
127 B
C#
7 lines
127 B
C#
namespace AltGen.Console.Generated;
|
|
|
|
static class Constants
|
|
{
|
|
public const string AltGenApiUri = "https://localhost:7297";
|
|
}
|