REST Service for POPCORN - ILIAS
alex
2025-10-24 df46e7171c2dd42b3084dffb19e705a54d1731ba
lib/libIlias.js
@@ -35,6 +35,7 @@
      token: iliastoken,
   })
   let url2 = `${url}?${sp.toString()}`
   console.log("pinging url", url2)
   const res = await fetch(url2, {method: "GET"})
   return await res.json() //
}