diff --git a/infrastructure/excalidraw-backend/image/resources/src/index.ts b/infrastructure/excalidraw-backend/image/resources/src/index.ts index 9b34fb6..ccbaf8a 100644 --- a/infrastructure/excalidraw-backend/image/resources/src/index.ts +++ b/infrastructure/excalidraw-backend/image/resources/src/index.ts @@ -35,7 +35,7 @@ httpServer.listen(port, () => { }); const corsOptions = { - origin: 'https://meet.jit.si', + origin: ['jitsi.test.meissa.de', 'jitsi.prod.meissa.de'], methods: ["GET", "POST"], credentials: true };