Skip to content

Commit

Permalink
chore: set server address in client
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 21, 2024
1 parent 5be5f5e commit 9e3c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wykies-client-core/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Default for Client {
// TODO 3: Add test to ensure URL starts with "http" so when we replace "http"
// with "ws" it will not be a problem. Ignore the following s as both
// would need it. Both https and wss.
Self::new("http://localhost:8789".to_string())
Self::new("https://chat-demo-umon.shuttle.app".to_string())
}
}

Expand Down

0 comments on commit 9e3c56c

Please sign in to comment.