change cors origin to intern
This commit is contained in:
parent
ef0d217cee
commit
f42b9d5470
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ httpServer.listen(port, () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
const corsOptions = {
|
const corsOptions = {
|
||||||
origin: 'https://meet.jit.si',
|
origin: ['jitsi.test.meissa.de', 'jitsi.prod.meissa.de'],
|
||||||
methods: ["GET", "POST"],
|
methods: ["GET", "POST"],
|
||||||
credentials: true
|
credentials: true
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue