chore: add bruno endpoints

This commit is contained in:
2026-04-03 09:22:58 +02:00
parent c31964c41b
commit 701004d005
22 changed files with 194 additions and 111 deletions

View File

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