Files
syndarix/backend/app/api/routes
Felipe Cardoso 05ef7b3b00 fix(sprints): move velocity endpoint before {sprint_id} routes
FastAPI processes routes in order, so /velocity must be defined
before /{sprint_id} to prevent "velocity" from being parsed as a UUID.
2025-12-31 13:19:37 +01:00
..