mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
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
@ -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 = "http://stats.kavitareader.com";
|
private const string ApiUrl = "https://stats.kavitareader.com";
|
||||||
|
|
||||||
public StatsApiClient(HttpClient client, IOptions<StatsOptions> options, ILogger<StatsApiClient> logger)
|
public StatsApiClient(HttpClient client, IOptions<StatsOptions> options, ILogger<StatsApiClient> logger)
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,6 @@ your reading collection with your friends and family!
|
|||||||
[](https://hub.docker.com/r/kizaing/kavita/)
|
[](https://hub.docker.com/r/kizaing/kavita/)
|
||||||
[](https://sonarcloud.io/dashboard?id=Kareadita_Kavita)
|
[](https://sonarcloud.io/dashboard?id=Kareadita_Kavita)
|
||||||
[](https://sonarcloud.io/dashboard?id=Kareadita_Kavita)
|
[](https://sonarcloud.io/dashboard?id=Kareadita_Kavita)
|
||||||
[](https://paypal.me/majora2007?locale.x=en_US)
|
|
||||||
[](#backers)
|
[](#backers)
|
||||||
[](#sponsors)
|
[](#sponsors)
|
||||||
</div>
|
</div>
|
||||||
@ -85,9 +84,7 @@ This project exists thanks to all the people who contribute. [Contribute](CONTRI
|
|||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
If you like Kavita, have gotten good use out of it or feel like you want to say thanks with a few bucks, feel free to donate. Money will go towards
|
If you like Kavita, have gotten good use out of it or feel like you want to say thanks with a few bucks, feel free to donate. Money will go towards
|
||||||
expenses related to Kavita. You can back us through OpenCollective.
|
expenses related to Kavita. Back us through [OpenCollective](https://opencollective.com/Kavita#backer).
|
||||||
|
|
||||||
[](https://paypal.me/majora2007?locale.x=en_US)
|
|
||||||
|
|
||||||
## Backers
|
## Backers
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user