fix: add .js

This commit is contained in:
Gabriellvl 2025-04-16 20:44:53 +02:00
parent 4b6be93e63
commit 4a1e83b9b9
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 });