Switched to using new infra url (#782)
This commit is contained in:
parent
cc19739414
commit
5d4026468a
1 changed files with 1 additions and 4 deletions
|
@ -17,10 +17,7 @@ namespace API.Services.Tasks
|
|||
{
|
||||
private readonly ILogger<StatsService> _logger;
|
||||
private readonly IUnitOfWork _unitOfWork;
|
||||
|
||||
#pragma warning disable S1075
|
||||
private const string ApiUrl = "https://stats2.kavitareader.com";
|
||||
#pragma warning restore S1075
|
||||
private const string ApiUrl = "https://stats.kavitareader.com";
|
||||
|
||||
public StatsService(ILogger<StatsService> logger, IUnitOfWork unitOfWork)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue