feat: frontend group controller geimplementeerd
This commit is contained in:
		
							parent
							
								
									dbc3b2b0b6
								
							
						
					
					
						commit
						4b82455eb9
					
				
					 2 changed files with 33 additions and 1 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 Jacquet
						Adriaan Jacquet