Skip to content

Commit

Permalink
[@dhealthdapps/frontend] fix(widgets): fix socket url
Browse files Browse the repository at this point in the history
  • Loading branch information
kravchenkodhealth authored and evias committed Jan 3, 2023
1 parent c0d9a33 commit 61e8a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export default class LoginScreen extends MetaView {
public async mounted() {
this.qrConfig = this.createLoginQRCode();

this.wsConnection = io("http://localhost:80/");
this.wsConnection = io("http://localhost:80/ELEVATE");

this.wsConnection.on("connect", () => {
console.log("Successfully connected to the echo websocket server...");
Expand Down

0 comments on commit 61e8a98

Please sign in to comment.