revert web client api endpoint changes

This commit is contained in:
Kyle Spearrin 2018-06-21 17:16:22 -04:00
parent 2e486d5a7c
commit dc01f0701e
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ export class ApiService implements ApiServiceAbstraction {
// Production
if (this.isWebClient) {
this.apiBaseUrl = 'https://api.bitwarden.com';
this.identityBaseUrl = 'https://identity.bitwarden.com';
this.apiBaseUrl = 'https://vault.bitwarden.com/api';
this.identityBaseUrl = 'https://vault.bitwarden.com/identity';
} else {
this.apiBaseUrl = 'https://api.bitwarden.com';
this.identityBaseUrl = 'https://identity.bitwarden.com';