fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-04-17 09:07:11 +02:00
parent ab1bc42619
commit 827a2f0e71
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 18 additions and 18 deletions

View file

@ -5,7 +5,7 @@ import {
getAllInvitationsHandler,
getInvitationHandler,
updateInvitationHandler,
} from '../controllers/teacher-invitations';
} from '../controllers/teacher-invitations.js';
const router = express.Router({ mergeParams: true });