mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
Added more api uris. lock screen bug in ios ext
This commit is contained in:
@@ -20,7 +20,9 @@ namespace Bit.App
|
||||
private void Init()
|
||||
{
|
||||
//BaseAddress = new Uri("http://169.254.80.80:4000"); // Desktop from VS Android Emulator
|
||||
BaseAddress = new Uri("https://api.bitwarden.com");
|
||||
//BaseAddress = new Uri("http://192.168.1.8:4000"); // Desktop
|
||||
//BaseAddress = new Uri("https://preview-api.bitwarden.com"); // Preview
|
||||
BaseAddress = new Uri("https://api.bitwarden.com"); // Production
|
||||
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user