fix: voeg .js toe submission
This commit is contained in:
parent
e8975878aa
commit
3e2c73320b
4 changed files with 16 additions and 16 deletions
|
@ -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 });
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue