test preflightContinue

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-02 21:46:13 +02:00
parent 286417146a
commit ccfe0277b5

View File

@@ -99,6 +99,7 @@ const startServer = async () => {
fastify.register(cors, {
origin: '*',
credentials: true,
preflightContinue: true,
});
fastify.register((instance, opts, done) => {