Replaced all fetch alternatives from source code and package.json

This commit is contained in:
2022-08-20 16:59:50 +02:00
parent 16469ee2eb
commit 098ee95f40
8 changed files with 38 additions and 41 deletions

View File

@@ -4,8 +4,6 @@ const app = require("./app");
module.exports = app.listen(config.get("webserver", "port"), () => {
/* eslint-disable no-console */
console.log("seasonedAPI");
/* eslint-disable no-console */
console.log(`Database is located at ${config.get("database", "host")}`);
/* eslint-disable no-console */
console.log(`Webserver is listening on ${config.get("webserver", "port")}`);
});