mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-28 10:32:34 -04:00
@@ -16,7 +16,7 @@ namespace API.Extensions
|
||||
{
|
||||
services.AddHttpClient<StatsApiClient>(client =>
|
||||
{
|
||||
client.BaseAddress = new Uri("https://kavitastats.majora2007.duckdns.org");
|
||||
client.BaseAddress = new Uri("https://stats.kavitareader.com");
|
||||
client.DefaultRequestHeaders.Add("api-key", "MsnvA2DfQqxSK5jh");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user