mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
revert web client api endpoint changes
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user