Add API routing and remove unused imports in user management

This commit is contained in:
2025-11-11 17:32:26 +01:00
parent 16e48aaf3f
commit 8f294278d4
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import express from "express";
const router = express.Router();
export default router;