MangaHub: Update API URL (#1294)

This commit is contained in:
beerpsi 2024-02-16 21:36:08 +07:00 committed by GitHub
parent fb7d830318
commit 5ebc024d4a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ plugins {
id("lib-multisrc") id("lib-multisrc")
} }
baseVersionCode = 27 baseVersionCode = 28
dependencies { dependencies {
api(project(":lib:randomua")) api(project(":lib:randomua"))

View File

@ -47,7 +47,7 @@ abstract class MangaHub(
override val supportsLatest = true override val supportsLatest = true
private var baseApiUrl = "$baseUrl/api" private var baseApiUrl = "https://api.mghcdn.com"
private var baseCdnUrl = "https://imgx.mghcdn.com" private var baseCdnUrl = "https://imgx.mghcdn.com"
override val client: OkHttpClient = super.client.newBuilder() override val client: OkHttpClient = super.client.newBuilder()