mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
revert web client api endpoint changes
This commit is contained in:
parent
2e486d5a7c
commit
dc01f0701e
@ -83,8 +83,8 @@ export class ApiService implements ApiServiceAbstraction {
|
|||||||
|
|
||||||
// Production
|
// Production
|
||||||
if (this.isWebClient) {
|
if (this.isWebClient) {
|
||||||
this.apiBaseUrl = 'https://api.bitwarden.com';
|
this.apiBaseUrl = 'https://vault.bitwarden.com/api';
|
||||||
this.identityBaseUrl = 'https://identity.bitwarden.com';
|
this.identityBaseUrl = 'https://vault.bitwarden.com/identity';
|
||||||
} else {
|
} else {
|
||||||
this.apiBaseUrl = 'https://api.bitwarden.com';
|
this.apiBaseUrl = 'https://api.bitwarden.com';
|
||||||
this.identityBaseUrl = 'https://identity.bitwarden.com';
|
this.identityBaseUrl = 'https://identity.bitwarden.com';
|
||||||
|
Loading…
Reference in New Issue
Block a user