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:
Joseph Milazzo 2021-11-26 15:18:57 -06:00 committed by GitHub
parent 1044b8b006
commit 6f6957ac10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

@ -23,6 +23,9 @@ namespace API.Services.Tasks
{
_logger = logger;
_unitOfWork = unitOfWork;
FlurlHttp.ConfigureClient(ApiUrl, cli =>
cli.Settings.HttpClientFactory = new UntrustedCertClientFactory());
}
/// <summary>