added roominvites in frontend in a notifications page and added clap to define backend port
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{
|
||||
"url": "http://192.168.1.147:*"
|
||||
"url": "http://127.0.0.1:*"
|
||||
},
|
||||
{
|
||||
"url": "https://alatreon.org/chatapp/*"
|
||||
@@ -25,7 +25,7 @@
|
||||
"identifier": "websocket:default",
|
||||
"allow": [
|
||||
{
|
||||
"url": "ws://192.168.1.147:*"
|
||||
"url": "ws://127.0.0.1:*"
|
||||
},
|
||||
{
|
||||
"url": "wss://alatreon.org/chatapp/*"
|
||||
|
||||
Reference in New Issue
Block a user