From cd2b0e8e428cbd6d6a8b35a179746175fba316d8 Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Wed, 20 Aug 2025 18:06:40 +0200 Subject: [PATCH] deleted unused notes --- backend/routes/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/routes/api.js b/backend/routes/api.js index 87f1613..4b23e96 100644 --- a/backend/routes/api.js +++ b/backend/routes/api.js @@ -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) {