REST Service for POPCORN - ILIAS
alex
4 hours ago edcf6061e5efbe1b60bc1d17ff4bbe83ae866a09
app.js
@@ -337,6 +337,17 @@
      }
   })
   /////// system ////////////////////////////////////////////////////////////////
   .post("/api/ping", async function (req, res) {
      try {
         const res2 = await libIlias.ping()
         return res.send(res2)
      } catch (err) {
         console.error(err)
         return res.code(500).send({status: "error", error: err.toString()})
      }
   })
/////// STATIC / SPA ////////////////////////////////////////////////////////////////