Skip to content

Commit 4a5de6c

Browse files
authored
Merge pull request #2894 from IgniteUI/snovoselski/finjs-dock-manager-signalr-master
fix(signalr): change connection to point prod
2 parents 612144e + 40a3572 commit 4a5de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/app-lob/src/app/services/signal-r.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class SignalRService implements OnDestroy {
2323
public startConnection = (interval = 500, volume = 1000, live = false, updateAll = true): void => {
2424
this.hubConnection = new signalR.HubConnectionBuilder()
2525
.configureLogging(signalR.LogLevel.Trace)
26-
.withUrl('https://infragistics.com/angular-apis/webapi/streamHub')
26+
.withUrl('https://www.infragistics.com/angular-apis/webapi/streamHub')
2727
.build();
2828
this.hubConnection
2929
.start()

0 commit comments

Comments
 (0)