Files
PolyMPR/routes/(apps)/students/api/promotions
djalim 64ec81355f
Check Deno code / Check Deno code (pull_request) Failing after 5s
feat(promotions): add CRUD endpoints for promotion by id
- GET /promotions/{idPromo} returns promotion or 404
- PUT /promotions/{idPromo} updates year or 404
- DELETE /promotions/{idPromo} deletes promotion or 404
- Only employees allowed, otherwise 403
2026-04-22 14:15:11 +02:00
..