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

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