REST Service for POPCORN - ILIAS
alex
2025-06-02 ba257e507eb8ae5f783ce916f6be5f95c0b6f285
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)