CV updated

This commit is contained in:
2026-02-05 23:27:40 +01:00
parent a5e95d6298
commit 2ffce29593
4 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import express from "express";
import userController from 'controllers/userController';
import userController from 'backend/controllers/userController';
import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated';
const router = express.Router();