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