REST Service for POPCORN - ILIAS
alex
3 hours ago 24e2d3d3400dcdc84cd4659d2710e83e97a5700c
app.js
@@ -339,7 +339,7 @@
   /////// system ////////////////////////////////////////////////////////////////
   .post("/api/ping", async function (req, res) {
   .get("/api/ping", async function (req, res) {
      try {
         const res2 = await libIlias.ping()
         return res.send(res2)