REST Service for POPCORN - ILIAS
alex
2025-08-13 a0228eb7c0d7df0f41ac3a36243eb7d46c6ed09b
GS-2251
1 files modified
1 ■■■■ changed files
lib/libIlias.js 1 ●●●● patch | view | raw | blame | history
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() //
}