fix: .js toevoegen aan imports
This commit is contained in:
parent
0b2c90c8b5
commit
d9f7b500c8
6 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
import express from 'express'
|
||||
import {getFrontendAuthConfig} from "../controllers/auth";
|
||||
import {authenticatedOnly, studentsOnly, teachersOnly} from "../middleware/auth/auth";
|
||||
import {getFrontendAuthConfig} from "../controllers/auth.js";
|
||||
import {authenticatedOnly, studentsOnly, teachersOnly} from "../middleware/auth/auth.js";
|
||||
const router = express.Router();
|
||||
|
||||
// returns auth configuration for frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue