Merge branch 'feat/frontend-controllers-adriaan' into feat/error-flow-backend
This commit is contained in:
commit
0387f1c699
9 changed files with 170 additions and 13 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue