Skip to content

Commit

Permalink
Fix NCO websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg authored and Jake Rosenberg committed Nov 2, 2023
1 parent 44e93a7 commit 5d7a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designsafe/static/scripts/nco/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ncoModule.config([
(window.location.protocol === 'https:' ? 'wss://' : 'ws://') +
window.location.hostname +
(window.location.port ? ':' + window.location.port : '') +
'/ws/websockets?subscribe-broadcast&subscribe-user'
'/ws/websockets/?subscribe-broadcast&subscribe-user'
);
},
]);
Expand Down

0 comments on commit 5d7a429

Please sign in to comment.