mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
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
Block a user