fix(framework): Ensure that CORS and Auth middleware is applied for routes only defined in middlewares.ts (#10339)

This commit is contained in:
Kasper Fabricius Kristensen
2024-12-04 14:49:43 +01:00
committed by GitHub
parent 582f52b31d
commit a5263083fa
4 changed files with 125 additions and 41 deletions

View File

@@ -59,6 +59,7 @@
"@mikro-orm/postgresql": "5.9.7",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"@types/cors": "^2.8.17",
"@types/jsonwebtoken": "^8.5.9",
"awilix": "^8.0.1",
"ioredis": "^5.4.1",