mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Rename anonymousHub route to anonymous-hub (#3650)
This commit is contained in:
@@ -32,7 +32,7 @@ export class AnonymousHubService implements AnonymousHubServiceAbstraction {
|
|||||||
this.url = this.environmentService.getNotificationsUrl();
|
this.url = this.environmentService.getNotificationsUrl();
|
||||||
|
|
||||||
this.anonHubConnection = new HubConnectionBuilder()
|
this.anonHubConnection = new HubConnectionBuilder()
|
||||||
.withUrl(this.url + "/anonymousHub?Token=" + token, {
|
.withUrl(this.url + "/anonymous-hub?Token=" + token, {
|
||||||
skipNegotiation: true,
|
skipNegotiation: true,
|
||||||
transport: HttpTransportType.WebSockets,
|
transport: HttpTransportType.WebSockets,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user