Files
react-dotnet-framework/backend/Gateway/ApiRoutes.cs
2026-08-03 04:23:32 -04:00

9 lines
142 B
C#

namespace Backend.Gateway;
public static class ApiRoutes
{
public const string V1 = "v1";
public const string Health = "/health";
}