mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
IP for desktop from emulator
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Bit.App
|
|||||||
|
|
||||||
private void Init()
|
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");
|
BaseAddress = new Uri("https://api.bitwarden.com");
|
||||||
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user