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
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/framework": patch
---
fix(framework): Apply CORS and auth middleware for global middleware that is not already applied by routes