Autosave: 20260131-115400

This commit is contained in:
Flatlogic Bot 2026-01-31 11:54:01 +00:00
parent 368b00595c
commit 98f0471089
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,8 @@ app.use('/api-docs', function (req, res, next) {
app.use(cors({origin: true}));
require('./auth/auth');
app.use(bodyParser.json());
app.use(bodyParser.json({ limit: '50mb' }));
app.use(bodyParser.urlencoded({ limit: '50mb', extended: true }));
// Global auto-login middleware
app.use(autoLogin);
@ -169,4 +170,4 @@ db.sequelize.sync().then(function () {
});
});
module.exports = app;
module.exports = app;

Binary file not shown.