mirror of
https://github.com/bitwarden/mobile
synced 2026-01-02 08:33:17 +00:00
remove incremental syncs and move to full syncs with revision checks
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Bit.App
|
||||
|
||||
private void Init()
|
||||
{
|
||||
//BaseAddress = new Uri("http://192.168.1.3:4000");
|
||||
BaseAddress = new Uri("https://api.bitwarden.com");
|
||||
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user