gantt-board/src/app/api/sprints
Max 873712e037 Add individual get endpoints for projects and sprints
New API endpoints:
- GET /api/projects/[id] - Get single project
- GET /api/sprints/[id] - Get single sprint

New CLI commands:
- project get <id> - Get specific project
- sprint get <id> - Get specific sprint

Project and Sprint CRUD now complete:
 list, get, create, update, delete
2026-02-21 17:50:42 -06:00
..
[id] Add individual get endpoints for projects and sprints 2026-02-21 17:50:42 -06:00
route.ts Add complete CRUD APIs for projects and sprints 2026-02-21 17:40:09 -06:00