diff --git a/serv_nginx/api_bb/internal/routes/routes.go b/serv_nginx/api_bb/internal/routes/routes.go index c98dc34..bd2b7f6 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("/", healthHandler.Routes()) + r.Mount("/health", healthHandler.Routes()) // API v1 routes r.Route("/v1", func(r chi.Router) {