forked from AkkomaGang/akkoma-fe
Merge branch 'from/develop/tusooa/fix-shout-local' into 'develop'
Fix phoenix sockets in dev mode See merge request pleroma/pleroma-fe!1506
This commit is contained in:
commit
e4b8aaece6
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@ module.exports = {
|
|||
target,
|
||||
changeOrigin: true,
|
||||
cookieDomainRewrite: 'localhost',
|
||||
ws: true
|
||||
ws: true,
|
||||
headers: {
|
||||
'Origin': target
|
||||
}
|
||||
},
|
||||
'/oauth/revoke': {
|
||||
target,
|
||||
|
|
Loading…
Reference in a new issue