1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

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

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';