We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361483a commit af88cbfCopy full SHA for af88cbf
src/app/Shared/Services/NotificationChannel.service.tsx
@@ -81,7 +81,7 @@ export class NotificationChannel {
81
82
const url = new URL(window.location.href);
83
url.protocol = url.protocol.replace('http', 'ws');
84
- url.pathname = '/api/notifications';
+ url.pathname += './api/notifications';
85
this.ws = webSocket({
86
url: url.toString(),
87
protocol: '',
0 commit comments