This commit is contained in:
newtbot
2024-01-24 16:01:30 +08:00
parent d0aeab286a
commit 7403f66c8a
12 changed files with 44 additions and 114 deletions

View File

@ -7,6 +7,8 @@ const ejs = require("ejs");
module.exports = app;
process.nextTick(() => require('./mqttApp'));
app.use(express.json());
app.set("json spaces", 2);