mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
local notifications URL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user