Initial commit.
This commit is contained in:
9
Shared/Routes.cs
Normal file
9
Shared/Routes.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ClientApiPoC.Shared {
|
||||
public static class Routes {
|
||||
private const string BASE_PATH = "/api/";
|
||||
|
||||
public const string TUNNEL_PATH = "/tunnel";
|
||||
|
||||
public const string EXAMPLE_REQUEST = $"{BASE_PATH}ExampleRequest";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user