From 79b77da808dd3947a261b8418b169cf841580bd1 Mon Sep 17 00:00:00 2001 From: Mirco Date: Mon, 23 Oct 2023 16:08:32 +0200 Subject: [PATCH] correct origin in index.ts --- infrastructure/excalidraw-backend/image/resources/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,