mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
revert endpoint change
This commit is contained in:
parent
b670280688
commit
699f76c29e
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