Updated stats url (#776)

This commit is contained in:
Joseph Milazzo 2021-11-21 11:36:45 -06:00 committed by GitHub
parent 223ad7abdd
commit ce4f1efddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ namespace API.Services.Tasks
private readonly IUnitOfWork _unitOfWork; private readonly IUnitOfWork _unitOfWork;
#pragma warning disable S1075 #pragma warning disable S1075
private const string ApiUrl = "http://stats2.kavitareader.com"; private const string ApiUrl = "https://stats2.kavitareader.com";
#pragma warning restore S1075 #pragma warning restore S1075
public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork) public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork)