local notifications URL
This commit is contained in:
parent
80febf97d3
commit
9ecec972ca
|
@ -132,7 +132,7 @@ export function initFactory(): Function {
|
|||
environmentService.baseUrl = window.location.origin;
|
||||
} else {
|
||||
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
|
||||
'https://notifications.bitwarden.com';
|
||||
window.location.origin + '/notifications';
|
||||
}
|
||||
await apiService.setUrls({
|
||||
base: isDev ? null : window.location.origin,
|
||||
|
|
Loading…
Reference in New Issue