mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Rollback https for stat server due to issue with self signed cert
This commit is contained in:
parent
c0cbcb581c
commit
42cc000d9f
@ -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…
x
Reference in New Issue
Block a user