This commit is contained in:
Ryan Peters
2023-03-09 22:06:21 -05:00
parent 5fa4fe6fb5
commit b89a557af1
3 changed files with 25 additions and 2 deletions

View File

@ -2,7 +2,7 @@
let connection = new signalR.HubConnectionBuilder()
.withAutomaticReconnect()
.withUrl("/noteHub")
.withUrl(`/noteHub?noteName=${noteName}`)
.build();
function start() {