diff --git a/productapp/delivery/http/server.go b/productapp/delivery/http/server.go index 5f9042d7..bb9069f6 100644 --- a/productapp/delivery/http/server.go +++ b/productapp/delivery/http/server.go @@ -25,7 +25,7 @@ func (s *Server) Stop() {} func (s *Server) RegisterRoutes() { r := s.HTTPServer.Router - r.GET("health-check/1", s.Handler.HealthCheck) + r.GET("health-check", s.Handler.HealthCheck) productGroup := r.Group("/v1/products")