refactor: update echo server URLs

This commit is contained in:
liyasthomas
2022-04-29 06:40:38 +05:30
parent 00acf06700
commit 07735994e1
4 changed files with 11 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ type HoppSIOSession = {
}
const defaultSIORequest: HoppSIORequest = {
endpoint: "wss://hoppscotch-socketio.herokuapp.com",
endpoint: "wss://echo-socketio.hoppscotch.io",
path: "/socket.io",
version: "v4",
}

View File

@@ -24,7 +24,7 @@ export type HoppWSSession = {
}
const defaultWSRequest: HoppWSRequest = {
endpoint: "wss://hoppscotch-websocket.herokuapp.com",
endpoint: "wss://echo-websocket.hoppscotch.io",
protocols: [],
}