diff --git a/infrastructure/excalidraw-backend/image/resources/src/index.ts b/infrastructure/excalidraw-backend/image/resources/src/index.ts index 6658680..4c85892 100644 --- a/infrastructure/excalidraw-backend/image/resources/src/index.ts +++ b/infrastructure/excalidraw-backend/image/resources/src/index.ts @@ -39,7 +39,7 @@ server.listen(port, () => { const io = require("socket.io")(Server, { cors: { - origin: "https://meet.jit.si", + origin: "https://jitsi.test.meissa.de", credentials: true }, maxHttpBufferSize: 10e6,