1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

Updated enterprise URL dev (port) (#574)

This commit is contained in:
Vincent Salucci 2020-07-14 09:12:49 -05:00 committed by GitHub
parent cfb4133152
commit 00e4df2dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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