REST Service for POPCORN - ILIAS
alex
2025-06-16 aa6770ff4a9442f666cc81a6e39f7b6f2a013024
tst.js
@@ -17,11 +17,24 @@
   const settings = require("./settings")
   console.log(settings)
   const dat = await db.getObjIdFromRefId(149)
   console.log(dat)
   // console.log(await db.getKurse())
   // console.log(await db.getKurs(9911))
   const dat2 = await db.getRefIdFromObjId(9911)
   console.log(dat2)
   // const k = await db.getKurse()
   const k = await db.getKursTeilnehmerCount(150)
   console.log(k)
   console.log(k.length)
   //
   // console.log(2222222222222222)
   // const data = await db.getTeilnehmer(9911)
   // console.log(data)
   // const dat = await db.getObjIdFromRefId(149)
   // console.log(dat)
   //
   // const dat2 = await db.getRefIdFromObjId(9911)
   // console.log(dat2)
   // const user = await db.getUserByLogin("242424")
   // console.log("user", user)