From a4ef57976c523d9c17a7cd5ae22b922af1d9ff96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Fri, 2 Aug 2024 21:52:36 +0200 Subject: [PATCH] Revert "test preflightContinue" This reverts commit ccfe0277b5899adf0f9e12d63f112912d5491645. --- apps/api/src/index.ts | 1 - 1 file changed, 1 deletion(-) 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) => {