mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 23:31:52 +03:00
IP for desktop from emulator
This commit is contained in:
parent
6b86e836d7
commit
a960ccd786
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace Bit.App
|
|||
|
||||
private void Init()
|
||||
{
|
||||
//BaseAddress = new Uri("http://192.168.1.3:4000");
|
||||
//BaseAddress = new Uri("http://169.254.80.80:4000"); // Desktop from VS Android Emulator
|
||||
BaseAddress = new Uri("https://api.bitwarden.com");
|
||||
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue