REST Service for POPCORN - ILIAS
alex
5 hours ago edcf6061e5efbe1b60bc1d17ff4bbe83ae866a09
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() //
}