correct origin in index.ts

jitsi-changes
Mirco 7 months ago
parent 388c4363af
commit 79b77da808

@ -39,7 +39,7 @@ server.listen(port, () => {
const io = require("socket.io")(Server, { const io = require("socket.io")(Server, {
cors: { cors: {
origin: "https://meet.jit.si", origin: "https://jitsi.test.meissa.de",
credentials: true credentials: true
}, },
maxHttpBufferSize: 10e6, maxHttpBufferSize: 10e6,

Loading…
Cancel
Save