Add API routing and remove unused imports in user management
This commit is contained in:
5
backendV2/routes/api/api.route.js
Normal file
5
backendV2/routes/api/api.route.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import express from "express";
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user