correct origin in index.ts

This commit is contained in:
Mirco 2023-10-23 16:08:32 +02:00
parent 388c4363af
commit 79b77da808

View file

@ -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,