fix: .js toevoegen aan imports
This commit is contained in:
		
							parent
							
								
									ab1bc42619
								
							
						
					
					
						commit
						827a2f0e71
					
				
					 7 changed files with 18 additions and 18 deletions
				
			
		|  | @ -5,7 +5,7 @@ import { | |||
|     getAllInvitationsHandler, | ||||
|     getInvitationHandler, | ||||
|     updateInvitationHandler, | ||||
| } from '../controllers/teacher-invitations'; | ||||
| } from '../controllers/teacher-invitations.js'; | ||||
| 
 | ||||
| const router = express.Router({ mergeParams: true }); | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue