mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
IP for desktop from emulator
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user