mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Updated enterprise URL dev (port) (#574)
This commit is contained in:
parent
cfb4133152
commit
00e4df2dd3
@ -140,7 +140,7 @@ export function initFactory(): Function {
|
|||||||
} else {
|
} else {
|
||||||
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
|
environmentService.notificationsUrl = isDev ? 'http://localhost:61840' :
|
||||||
'https://notifications.bitwarden.com'; // window.location.origin + '/notifications';
|
'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';
|
'https://enterprise.bitwarden.com'; // window.location.origin + '/enterprise';
|
||||||
}
|
}
|
||||||
apiService.setUrls({
|
apiService.setUrls({
|
||||||
|
Loading…
Reference in New Issue
Block a user