chore: add bruno endpoints
This commit is contained in:
@@ -31,7 +31,6 @@ func NewProductsHandler() *ProductsHandler {
|
||||
func ProductsHandlerRoutes(r fiber.Router) fiber.Router {
|
||||
handler := NewProductsHandler()
|
||||
|
||||
//TODO: WIP doesn't work yet
|
||||
r.Get("/:id/:country_id/:quantity", handler.GetProductJson)
|
||||
|
||||
return r
|
||||
|
||||
Reference in New Issue
Block a user