diff --git a/components/realtime/socketio.vue b/components/realtime/socketio.vue index 04e073508..033e9c776 100644 --- a/components/realtime/socketio.vue +++ b/components/realtime/socketio.vue @@ -116,7 +116,7 @@ export default { }, data() { return { - url: "wss://socketio-chat-h9jt.herokuapp.com", + url: "wss://main-daxrc78qyb411dls-gtw.qovery.io", path: "/socket.io", connectionState: false, io: null,