working!
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
let connection = new signalR.HubConnectionBuilder()
|
||||
.withAutomaticReconnect()
|
||||
.withUrl("/noteHub")
|
||||
.withUrl(`/noteHub?noteName=${noteName}`)
|
||||
.build();
|
||||
|
||||
function start() {
|
||||
|
Reference in New Issue
Block a user