mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
revert api screw up
This commit is contained in:
@@ -38,16 +38,16 @@ function initApiService() {
|
|||||||
//self.identityBaseUrl = 'https://localhost:44392';
|
//self.identityBaseUrl = 'https://localhost:44392';
|
||||||
|
|
||||||
// Desktop external
|
// Desktop external
|
||||||
self.baseUrl = 'http://192.168.1.3:4000';
|
//self.baseUrl = 'http://192.168.1.3:4000';
|
||||||
self.identityBaseUrl = 'http://192.168.1.3:33656';
|
//self.identityBaseUrl = 'http://192.168.1.3:33656';
|
||||||
|
|
||||||
// Preview
|
// Preview
|
||||||
//self.baseUrl = 'https://preview-api.bitwarden.com';
|
//self.baseUrl = 'https://preview-api.bitwarden.com';
|
||||||
//self.identityBaseUrl = 'https://preview-identity.bitwarden.com';
|
//self.identityBaseUrl = 'https://preview-identity.bitwarden.com';
|
||||||
|
|
||||||
// Production
|
// Production
|
||||||
//self.baseUrl = 'https://api.bitwarden.com';
|
self.baseUrl = 'https://api.bitwarden.com';
|
||||||
//self.identityBaseUrl = 'https://identity.bitwarden.com';
|
self.identityBaseUrl = 'https://identity.bitwarden.com';
|
||||||
};
|
};
|
||||||
|
|
||||||
// Auth APIs
|
// Auth APIs
|
||||||
|
|||||||
Reference in New Issue
Block a user