forked from ebhomengo/niki
feat: add product list api
This commit is contained in:
parent
c01d3678ae
commit
d1c2191c5c
|
|
@ -25,7 +25,7 @@ func (s *Server) Stop() {}
|
||||||
|
|
||||||
func (s *Server) RegisterRoutes() {
|
func (s *Server) RegisterRoutes() {
|
||||||
r := s.HTTPServer.Router
|
r := s.HTTPServer.Router
|
||||||
r.GET("health-check/1", s.Handler.HealthCheck)
|
r.GET("health-check", s.Handler.HealthCheck)
|
||||||
|
|
||||||
productGroup := r.Group("/v1/products")
|
productGroup := r.Group("/v1/products")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue