diff --git a/app/src/main/java/ani/dantotsu/others/Kitsu.kt b/app/src/main/java/ani/dantotsu/others/Kitsu.kt index 958c1b46..632b06bf 100644 --- a/app/src/main/java/ani/dantotsu/others/Kitsu.kt +++ b/app/src/main/java/ani/dantotsu/others/Kitsu.kt @@ -20,16 +20,16 @@ object Kitsu { "Accept" to "application/json", "Accept-Encoding" to "gzip, deflate", "Accept-Language" to "en-US,en;q=0.5", - "Host" to "kitsu.io", + "Host" to "kitsu.app", "Connection" to "keep-alive", - "Origin" to "https://kitsu.io", + "Origin" to "https://kitsu.app", "Sec-Fetch-Dest" to "empty", "Sec-Fetch-Mode" to "cors", "Sec-Fetch-Site" to "cross-site", ) val response = tryWithSuspend { val res = client.post( - "https://kitsu.io/api/graphql", + "https://kitsu.app/api/graphql", headers, data = mapOf("query" to query) ) @@ -152,4 +152,4 @@ query { } -} \ No newline at end of file +}