Merge pull request #155 from SELab-2/feat/frontend-controllers-adriaan
feat: frontend controllers (Adriaan)
This commit is contained in:
		
						commit
						d76fed57ca
					
				
					 9 changed files with 169 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) => { | ||||
|  |  | |||
		Reference in a new issue
	
	 Adriaan J.
						Adriaan J.