parent
9b47123484
commit
f29f2f6729
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue