deleted unused notes

This commit is contained in:
2025-08-20 18:06:40 +02:00
parent 4b79583574
commit cd2b0e8e42

View File

@@ -11,7 +11,6 @@ import {
import { authenticate, generateToken } from "../services/tokenService.js";
const router = express.Router();
// Example endpoint
router.post("/login", async (req, res) => {
const result = await loginFunc(req.body.username, req.body.password);
if (result.success) {