REST Service for POPCORN - ILIAS
alex
2025-11-17 3d646156c378c6182e55c673c118c23d53ff0a05
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,
}