fix: use hoppscotch's realtime echo servers - resolved #1913

This commit is contained in:
liyasthomas
2021-10-29 08:55:31 +05:30
parent 20bfc02a4e
commit 8f04f0758b
3 changed files with 12 additions and 10 deletions

View File

@@ -228,7 +228,7 @@ export default defineComponent({
return {
connectionState: false,
connectingState: false,
url: "wss://echo.websocket.org",
url: "wss://hoppscotch-websocket.herokuapp.com",
isUrlValid: true,
socket: null,
communication: {