diff --git a/app.ts b/app.ts index a2e332da..aa23623e 100644 --- a/app.ts +++ b/app.ts @@ -76,7 +76,6 @@ export const appFactory = async () => { app.use( cors({ origin: "*", - allowHeaders: ["Content-Type", "Authorization"], allowMethods: ["GET", "POST", "PUT", "PATCH", "DELETE"], credentials: true, }),