new url
This commit is contained in:
parent
c8129a3ab9
commit
f187f9eb7e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ pub fn Websocket() -> impl IntoView {
|
||||||
open,
|
open,
|
||||||
close,
|
close,
|
||||||
..
|
..
|
||||||
} = use_websocket::<String, FromToStringCodec>("ws://10.0.0.107:3030/websocket");
|
} = use_websocket::<String, FromToStringCodec>("wss://cards.doordesk.net/websocket");
|
||||||
|
|
||||||
provide_context(WebSocketContext::new(
|
provide_context(WebSocketContext::new(
|
||||||
ready_state,
|
ready_state,
|
||||||
|
|
Loading…
Add table
Reference in a new issue