chore: Replace AniList Client ID

This commit is contained in:
Ahmad Ansori Palembani 2024-01-17 09:30:59 +07:00 committed by GitHub
parent 06dacbb64c
commit ee2ffd6ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
)
companion object {
private const val clientId = "385"
private const val clientId = "16373"
private const val apiUrl = "https://graphql.anilist.co/"
private const val baseUrl = "https://anilist.co/api/v2/"
private const val baseMangaUrl = "https://anilist.co/manga/"