REST API service for supplement (BAD) catalog
Go to file
Backend Agent 0c24a4345f fix: add /filters endpoint to resolve 500 error on GET /supplements/filters
Added GET /api/v1/supplements/filters returning distinct categories,
brands, and countries. Placed before /{id} mapping so Spring MVC
matches the exact path first. Previously "filters" was parsed as UUID,
causing IllegalArgumentException -> 500.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 14:23:32 +00:00
src fix: add /filters endpoint to resolve 500 error on GET /supplements/filters 2026-04-12 14:23:32 +00:00
.gitignore feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
Dockerfile feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
docker-compose.yaml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
pom.xml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00