REST Service for POPCORN - ILIAS
alex
2025-10-23 594de40ac39ac32d6d526c8c4875dc6665b2d8dc
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"}