REST Service for POPCORN - ILIAS
alex
2025-07-16 7d0735bcc3ebb29a9e0e5897fe215204e5d514c1
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,
}