mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-23 02:31:26 +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.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,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user