Skip to content

Commit

Permalink
Rename anonymousHub route to anonymous-hub (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 29, 2022
1 parent df5f188 commit 021ec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common/src/services/anonymousHub.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 021ec89

Please sign in to comment.