fleshout backend
This commit is contained in:
8
backend/Gateway/ApiRoutes.cs
Normal file
8
backend/Gateway/ApiRoutes.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Backend.Gateway;
|
||||
|
||||
public static class ApiRoutes
|
||||
{
|
||||
public const string V1 = "v1";
|
||||
|
||||
public const string Health = "/health";
|
||||
}
|
||||
Reference in New Issue
Block a user