Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 9751d45

Browse files
author
Sgal Cheung
committed
Repair connection to Hub port (#110)
1 parent 21ef289 commit 9751d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StockTickR/NodeClient/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const signalR = require("@microsoft/signalr");
22

33
var hubConnection = new signalR.HubConnectionBuilder()
4-
.withUrl("http://127.0.0.1:57853/stocks")
4+
.withUrl("http://127.0.0.1:5000/stocks")
55
.build();
66

77
hubConnection.start()

0 commit comments

Comments
 (0)