mirror of
https://github.com/bitwarden/android.git
synced 2024-12-18 15:21:53 +03:00
IdentityHttpClient url fix
This commit is contained in:
parent
d1cf6c68f3
commit
3f5c8fe2cb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace Bit.App
|
||||||
//BaseAddress = new Uri("http://169.254.80.80:33656"); // Desktop from VS Android Emulator
|
//BaseAddress = new Uri("http://169.254.80.80:33656"); // Desktop from VS Android Emulator
|
||||||
//BaseAddress = new Uri("http://192.168.1.8:33656"); // Desktop
|
//BaseAddress = new Uri("http://192.168.1.8:33656"); // Desktop
|
||||||
//BaseAddress = new Uri("https://identity-api.bitwarden.com"); // Preview
|
//BaseAddress = new Uri("https://identity-api.bitwarden.com"); // Preview
|
||||||
BaseAddress = new Uri("https://api.bitwarden.com"); // Production
|
BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
|
||||||
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue