REST Service for POPCORN - ILIAS
alex
2025-10-23 1eb86629227181c4c05c8a34100f7e54a57574a8
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,
}