REST Service for POPCORN - ILIAS
alex
2025-08-01 39bb717c40c538bc16f1cef7d9737ac619a0ead4
test/data.js
@@ -23,7 +23,17 @@
   },
}
const kurs = {
   "title": "Globus-ILIAS-Rest Testkurs",
   "description": "ein Kurs zum Testen",
   "online": false,
   "public": false,
   "maxTn": 20,
   "registerNo": true
}
module.exports = {
   user,
   kurs,
}