local notifications URL

This commit is contained in:
Kyle Spearrin 2018-08-22 22:43:40 -04:00
parent 80febf97d3
commit 9ecec972ca
1 changed files with 1 additions and 1 deletions

View File

@ -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,