mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
restore api endpoints
This commit is contained in:
parent
773f156785
commit
264f2ab316
2 changed files with 4 additions and 4 deletions
|
@ -35,9 +35,9 @@ namespace Bit.App
|
|||
else
|
||||
{
|
||||
//BaseAddress = new Uri("http://169.254.80.80:4000"); // Desktop from VS Android Emulator
|
||||
BaseAddress = new Uri("http://192.168.1.3:4000"); // Desktop
|
||||
//BaseAddress = new Uri("http://192.168.1.3:4000"); // Desktop
|
||||
//BaseAddress = new Uri("https://preview-api.bitwarden.com"); // Preview
|
||||
//BaseAddress = new Uri("https://api.bitwarden.com"); // Production
|
||||
BaseAddress = new Uri("https://api.bitwarden.com"); // Production
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35,9 +35,9 @@ namespace Bit.App
|
|||
else
|
||||
{
|
||||
//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://preview-identity.bitwarden.com"); // Preview
|
||||
//BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
|
||||
BaseAddress = new Uri("https://identity.bitwarden.com"); // Production
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue