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}));
|
app.use(cors({origin: true}));
|
||||||
require('./auth/auth');
|
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
|
// Global auto-login middleware
|
||||||
app.use(autoLogin);
|
app.use(autoLogin);
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user