Skip to content

Commit ab0f37b

Browse files
ws uri
1 parent 7cf94d5 commit ab0f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/relayer/websockets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub async fn handle_ws_conn(
8989
rng.fill_bytes(&mut buf);
9090
let sec_websocket_key = base64::encode_block(&buf);
9191
let request = http::Request::builder()
92-
.uri("localhost:3070/v1")
92+
.uri("http://localhost:3070/v1")
9393
.header("Target-Service-Id", path)
9494
.header(SEC_WEBSOCKET_KEY, &sec_websocket_key)
9595
.header(HOST, "localhost:3070")

0 commit comments

Comments
 (0)