Repair connection to Hub port (#110)
This commit is contained in:
Родитель
21ef2891cc
Коммит
9751d45d40
|
@ -1,7 +1,7 @@
|
|||
const signalR = require("@microsoft/signalr");
|
||||
|
||||
var hubConnection = new signalR.HubConnectionBuilder()
|
||||
.withUrl("http://127.0.0.1:57853/stocks")
|
||||
.withUrl("http://127.0.0.1:5000/stocks")
|
||||
.build();
|
||||
|
||||
hubConnection.start()
|
||||
|
|
Загрузка…
Ссылка в новой задаче