mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +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
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user