fix: .js toevoegen aan imports
This commit is contained in:
parent
ee5f69cbc8
commit
064810b4b8
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
import express from 'express';
|
||||
import { createStudentRequestHandler, deleteClassJoinRequestHandler, getStudentRequestHandler } from '../controllers/students';
|
||||
import { createStudentRequestHandler, deleteClassJoinRequestHandler, getStudentRequestHandler } from '../controllers/students.js';
|
||||
|
||||
const router = express.Router({ mergeParams: true });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue