fix: voeg .js toe submission

This commit is contained in:
Gabriellvl 2025-03-13 13:54:45 +01:00
parent e8975878aa
commit 3e2c73320b
4 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
import express from 'express';
import { getSubmissionHandler } from '../controllers/submissions';
import { getSubmissionHandler } from '../controllers/submissions.js';
const router = express.Router({ mergeParams: true });