CV updated
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user