Update chat configuration and remove MultiChat component: Change chat port to 1236 in chatBridge.json, update WebSocket URL in .env.local, and delete the MultiChat.vue component to streamline chat functionality.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"host": "localhost",
|
||||
"port": 1235
|
||||
"port": 1236
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user