Feature/stat again (#788)
* Have StatService use non-HTTPS validated url due to issues with cert. * Fixed a bug where book reader menu didn't have consistent background color
This commit is contained in:
parent
1044b8b006
commit
6f6957ac10
3 changed files with 8 additions and 1 deletions
|
|
@ -23,6 +23,9 @@ namespace API.Services.Tasks
|
|||
{
|
||||
_logger = logger;
|
||||
_unitOfWork = unitOfWork;
|
||||
|
||||
FlurlHttp.ConfigureClient(ApiUrl, cli =>
|
||||
cli.Settings.HttpClientFactory = new UntrustedCertClientFactory());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue