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