mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-07 09:20:06 +01:00
added easy comment switching of prod/local api endpoints
This commit is contained in:
parent
55afdf70f6
commit
33ce9be01c
@ -1,4 +1,5 @@
|
||||
function ApiService(tokenService) {
|
||||
//this.baseUrl = 'http://localhost:4000';
|
||||
this.baseUrl = 'https://api.bitwarden.com';
|
||||
this.tokenService = tokenService;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user