diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index fcc43c9b..69bc5bf5 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -99,7 +99,6 @@ const startServer = async () => { fastify.register(cors, { origin: '*', credentials: true, - preflightContinue: true, }); fastify.register((instance, opts, done) => {