mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Switched to using new infra url (#782)
This commit is contained in:
parent
cc19739414
commit
5d4026468a
@ -17,10 +17,7 @@ namespace API.Services.Tasks
|
|||||||
{
|
{
|
||||||
private readonly ILogger<StatsService> _logger;
|
private readonly ILogger<StatsService> _logger;
|
||||||
private readonly IUnitOfWork _unitOfWork;
|
private readonly IUnitOfWork _unitOfWork;
|
||||||
|
private const string ApiUrl = "https://stats.kavitareader.com";
|
||||||
#pragma warning disable S1075
|
|
||||||
private const string ApiUrl = "https://stats2.kavitareader.com";
|
|
||||||
#pragma warning restore S1075
|
|
||||||
|
|
||||||
public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork)
|
public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user