From 594de40ac39ac32d6d526c8c4875dc6665b2d8dc Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Thu, 23 Oct 2025 09:01:21 +0000
Subject: [PATCH] GS-2375

---
 app.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app.js b/app.js
index e8a2f5b..5a2a88d 100644
--- a/app.js
+++ b/app.js
@@ -275,6 +275,7 @@
         }
     })
 
+    // abmelden
     .delete("/api/kurs/:refId/teilnehmer/:usrId", async function (req, res) {
         const {refId, usrId} = req.params
         if (!refId || !usrId) throw {status: "error", msg: "refId and usrId requried"}

--
Gitblit v1.8.0