We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e5941 commit 3caa235Copy full SHA for 3caa235
interapp-backend/api/routes/index.ts
@@ -46,8 +46,6 @@ import {
46
announcementRouter,
47
exportsRouter,
48
} from './endpoints';
49
-
50
-import 'express-async-errors';
51
import cors from 'cors';
52
import cookieParser from 'cookie-parser';
53
import { handleError, generateRateLimit } from './middleware';
interapp-backend/package.json
@@ -43,9 +43,8 @@
43
"dependencies": {
44
"cookie-parser": "^1.4.6",
45
"cors": "^2.8.5",
- "express": "^5.0.0",
- "express-async-errors": "^3.1.1",
- "express-rate-limit": "^7.1.4",
+ "express": ">=5.0.0",
+ "express-rate-limit": "^7.4.1",
"jose": "^5.1.1",
"minio": "^7.1.3",
"multer": "^1.4.5-lts.1",
0 commit comments