REST Service for POPCORN - ILIAS
Ahmed Hamouda
2026-03-30 3dc8dc57b32b22284131396f7e4f880c813180be
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() //
}