Rollback https stats server due to issues with self signed cert.
This commit is contained in:
parent
f7f983045d
commit
adcee4f15e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace API.Services.Clients
|
||||||
private readonly HttpClient _client;
|
private readonly HttpClient _client;
|
||||||
private readonly StatsOptions _options;
|
private readonly StatsOptions _options;
|
||||||
private readonly ILogger<StatsApiClient> _logger;
|
private readonly ILogger<StatsApiClient> _logger;
|
||||||
private const string ApiUrl = "https://stats.kavitareader.com";
|
private const string ApiUrl = "http://stats.kavitareader.com";
|
||||||
|
|
||||||
public StatsApiClient(HttpClient client, IOptions<StatsOptions> options, ILogger<StatsApiClient> logger)
|
public StatsApiClient(HttpClient client, IOptions<StatsOptions> options, ILogger<StatsApiClient> logger)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue