Updated stats url (#776)
This commit is contained in:
parent
223ad7abdd
commit
ce4f1efddf
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace API.Services.Tasks
|
|||
private readonly IUnitOfWork _unitOfWork;
|
||||
|
||||
#pragma warning disable S1075
|
||||
private const string ApiUrl = "http://stats2.kavitareader.com";
|
||||
private const string ApiUrl = "https://stats2.kavitareader.com";
|
||||
#pragma warning restore S1075
|
||||
|
||||
public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue