mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
fix preview identity url
This commit is contained in:
parent
034957b556
commit
5fa8d64994
@ -21,7 +21,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.3:33656"); // Desktop
|
//BaseAddress = new Uri("http://192.168.1.3:33656"); // Desktop
|
||||||
//BaseAddress = new Uri("https://identity-api.bitwarden.com"); // Preview
|
//BaseAddress = new Uri("https://preview-identity.bitwarden.com"); // Preview
|
||||||
BaseAddress = new Uri("https://identity.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 New Issue
Block a user