Migrate to K8S stack and fixes before big refactoring
This commit is contained in:
@@ -18,10 +18,8 @@ func SetupRouter(s *Server) {
|
||||
s.Use(defaultCORS)
|
||||
|
||||
s.Get("/health", s.HealthHandler)
|
||||
s.Get("/config", s.ConfigHandler)
|
||||
|
||||
api := s.Group("/api")
|
||||
v1 := api.Group("/v1")
|
||||
v1.Post("/login", s.LoginHandler)
|
||||
v1.All("/traefik", s.TraefikHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user