1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

messagepack protocolf or signalr

This commit is contained in:
Kyle Spearrin
2018-08-23 21:45:06 -04:00
parent c3f64fe9c4
commit b7525e1e7e
4 changed files with 41 additions and 20 deletions

View File

@@ -132,7 +132,7 @@ export function initFactory(): Function {
environmentService.baseUrl = window.location.origin;
} else {
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
window.location.origin + '/notifications';
'https://notifications.bitwarden.com'; // window.location.origin + '/notifications';
}
await apiService.setUrls({
base: isDev ? null : window.location.origin,