diff --git a/dictation_server/src/main.ts b/dictation_server/src/main.ts index 9f2a4fa..b588c44 100644 --- a/dictation_server/src/main.ts +++ b/dictation_server/src/main.ts @@ -19,7 +19,7 @@ async function bootstrap() { app.enableCors({ origin: 'http://localhost:8180', methods: 'GET,PUT,POST,DELETE,OPTION', - allowedHeaders: 'Content-Type', + allowedHeaders: 'Origin,Content-Type,Accept,Authorization', }); app.use( helmet({