api url change (#349)
- Changed stats api url to https - Removed paypal from readme. People can now only donate through opencollective.
This commit is contained in:
parent
3231b60abd
commit
20ba41c38f
2 changed files with 2 additions and 5 deletions
|
@ -16,7 +16,7 @@ namespace API.Services.Clients
|
|||
private readonly HttpClient _client;
|
||||
private readonly StatsOptions _options;
|
||||
private readonly ILogger<StatsApiClient> _logger;
|
||||
private const string ApiUrl = "http://stats.kavitareader.com";
|
||||
private const string ApiUrl = "https://stats.kavitareader.com";
|
||||
|
||||
public StatsApiClient(HttpClient client, IOptions<StatsOptions> options, ILogger<StatsApiClient> logger)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue