From 00e4df2dd3b13433ee4b5ea9be2589f8fd78bd48 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 14 Jul 2020 09:12:49 -0500 Subject: [PATCH] Updated enterprise URL dev (port) (#574) --- src/app/services/services.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/services.module.ts b/src/app/services/services.module.ts index e64240ad875..4a30e9e0457 100644 --- a/src/app/services/services.module.ts +++ b/src/app/services/services.module.ts @@ -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({