REST Service for POPCORN - ILIAS
alex
2025-06-02 4d7b17561bf7a11572f31e9a51818a5de4f73528
adding cli prog getObjId.js
1 files modified
1 ■■■■ changed files
app.js 1 ●●●● patch | view | raw | blame | history
app.js
@@ -75,6 +75,7 @@
/////////////////////////////////////////////////////////////////////////
fastify.listen({port: settings.port}, function (err, address) {
   console.log("📡 -=> Listening on", address)
   if (err) {
      fastify.log.error(err)
      process.exit(1)