REST Service for POPCORN - ILIAS
alex
2025-05-26 be556d5982e743d0af7cbf63a619b77d23a13f2a
app.js
@@ -1,7 +1,9 @@
const fastify = require('fastify')({
   logger: true
})
const _ = require("lodash")
const db = require("./lib/db")
const settings = require("./settings")
/////////////////////////////////////////////////////////////////////////