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 = {
|
||||
origin: 'https://meet.jit.si',
|
||||
origin: ['jitsi.test.meissa.de', 'jitsi.prod.meissa.de'],
|
||||
methods: ["GET", "POST"],
|
||||
credentials: true
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue