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

revert api screw up

This commit is contained in:
Kyle Spearrin 2017-10-17 15:22:40 -04:00
parent e87f9e268a
commit 0c8ae91d83

View File

@ -38,16 +38,16 @@ function initApiService() {
//self.identityBaseUrl = 'https://localhost:44392';
// Desktop external
self.baseUrl = 'http://192.168.1.3:4000';
self.identityBaseUrl = 'http://192.168.1.3:33656';
//self.baseUrl = 'http://192.168.1.3:4000';
//self.identityBaseUrl = 'http://192.168.1.3:33656';
// Preview
//self.baseUrl = 'https://preview-api.bitwarden.com';
//self.identityBaseUrl = 'https://preview-identity.bitwarden.com';
// Production
//self.baseUrl = 'https://api.bitwarden.com';
//self.identityBaseUrl = 'https://identity.bitwarden.com';
self.baseUrl = 'https://api.bitwarden.com';
self.identityBaseUrl = 'https://identity.bitwarden.com';
};
// Auth APIs