1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

adjust paths to portal

This commit is contained in:
Kyle Spearrin
2020-08-27 16:12:20 -04:00
parent e17a49acd5
commit fa11382c08
4 changed files with 8 additions and 6 deletions

View File

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