mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Updated enterprise URL dev (port) (#574)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user