Autosave: 20260131-115400
This commit is contained in:
parent
368b00595c
commit
98f0471089
@ -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.
Loading…
x
Reference in New Issue
Block a user