feat: add product list api

This commit is contained in:
amir-ys 2026-04-29 01:54:15 +03:30
parent c01d3678ae
commit d1c2191c5c
1 changed files with 1 additions and 1 deletions

View File

@ -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")