mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Fix bitwarden typo in API URI (#2044)
This commit is contained in:
@ -437,7 +437,7 @@ namespace Bit.Core.Settings
|
||||
}
|
||||
public string ApiUri
|
||||
{
|
||||
get => string.IsNullOrWhiteSpace(_apiUri) ? "https://api.biwarden.com" : _apiUri;
|
||||
get => string.IsNullOrWhiteSpace(_apiUri) ? "https://api.bitwarden.com" : _apiUri;
|
||||
set => _apiUri = value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user