Merge branch 'feat/frontend-controllers-adriaan' into feat/error-flow-backend

This commit is contained in:
Gabriellvl 2025-04-06 16:24:26 +02:00
commit 0387f1c699
9 changed files with 170 additions and 13 deletions

View file

@ -11,7 +11,7 @@ router.post('/', createGroupHandler);
// Information about a group (members, ... [TODO DOC])
router.get('/:groupid', getGroupHandler);
router.get('/:groupid', getGroupSubmissionsHandler);
router.get('/:groupid/submissions', getGroupSubmissionsHandler);
// The list of questions a group has made
router.get('/:id/questions', (_req, res) => {