Skip to content

Commit

Permalink
refactor: update signalR configuration for portal service
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Nov 8, 2024
1 parent 0911320 commit 605f677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function createPortalFramework(portalConfig: PortalConfig) {
'servicemessages',
signalRConfigurator({
name: 'servicemessages',
service: 'service-messages',
service: 'portal',
path: '/signalr/hubs/portal/?negotiateVersion=1',
})
);
Expand Down

0 comments on commit 605f677

Please sign in to comment.