mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
added easy comment switching of prod/local api endpoints
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
function ApiService(tokenService) {
|
function ApiService(tokenService) {
|
||||||
|
//this.baseUrl = 'http://localhost:4000';
|
||||||
this.baseUrl = 'https://api.bitwarden.com';
|
this.baseUrl = 'https://api.bitwarden.com';
|
||||||
this.tokenService = tokenService;
|
this.tokenService = tokenService;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user