diff --git a/serv_nginx/api_bb/internal/routes/routes.go b/serv_nginx/api_bb/internal/routes/routes.go index bd2b7f6..c98dc34 100644 --- a/serv_nginx/api_bb/internal/routes/routes.go +++ b/serv_nginx/api_bb/internal/routes/routes.go @@ -31,7 +31,7 @@ func SetupRouter(db *gorm.DB) http.Handler { authHandler := handlers.NewAuthHandler(authService) // Health routes - r.Mount("/health", healthHandler.Routes()) + r.Mount("/", healthHandler.Routes()) // API v1 routes r.Route("/v1", func(r chi.Router) {