correct origin in index.ts
This commit is contained in:
parent
388c4363af
commit
79b77da808
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue