REST Service for POPCORN - ILIAS
alex
2 hours ago b512ecf6d0399fdc86aebbad533006ea6fe4af21
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)