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

@@ -1,7 +1,6 @@
import express from "express";
import { authenticate, generateToken } from "../../services/authentication.js";
const router = express.Router();
import nodemailer from "nodemailer";
import dotenv from "dotenv";
dotenv.config();