feat: implement generate command in console app
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AltGen.Console.Generated;
|
||||
|
||||
static class Constants
|
||||
{
|
||||
public const string AltGenApiUri = "http://localhost:7297";
|
||||
}
|
||||
Reference in New Issue
Block a user