fix: foute endpoints in app.ts weggehaald
This commit is contained in:
		
							parent
							
								
									ce0fabc0e2
								
							
						
					
					
						commit
						8268031096
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -22,11 +22,7 @@ router.get('/', (_, res: Response) => { | ||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
| router.use('/student', studentRouter /* #swagger.tags = ['Student'] */); | router.use('/student', studentRouter /* #swagger.tags = ['Student'] */); | ||||||
| router.use('/group', groupRouter /* #swagger.tags = ['Group'] */); |  | ||||||
| router.use('/assignment', assignmentRouter /* #swagger.tags = ['Assignment'] */); |  | ||||||
| router.use('/submission', submissionRouter /* #swagger.tags = ['Submission'] */); |  | ||||||
| router.use('/class', classRouter /* #swagger.tags = ['Class'] */); | router.use('/class', classRouter /* #swagger.tags = ['Class'] */); | ||||||
| router.use('/question', questionRouter /* #swagger.tags = ['Question'] */); |  | ||||||
| router.use('/auth', authRouter /* #swagger.tags = ['Auth'] */); | router.use('/auth', authRouter /* #swagger.tags = ['Auth'] */); | ||||||
| router.use('/theme', themeRoutes /* #swagger.tags = ['Theme'] */); | router.use('/theme', themeRoutes /* #swagger.tags = ['Theme'] */); | ||||||
| router.use('/learningPath', learningPathRoutes /* #swagger.tags = ['Learning Path'] */); | router.use('/learningPath', learningPathRoutes /* #swagger.tags = ['Learning Path'] */); | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Adriaan Jacquet
						Adriaan Jacquet