mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
MangaHub: Update API URL (#1294)
This commit is contained in:
parent
fb7d830318
commit
5ebc024d4a
@ -2,7 +2,7 @@ plugins {
|
||||
id("lib-multisrc")
|
||||
}
|
||||
|
||||
baseVersionCode = 27
|
||||
baseVersionCode = 28
|
||||
|
||||
dependencies {
|
||||
api(project(":lib:randomua"))
|
||||
|
@ -47,7 +47,7 @@ abstract class MangaHub(
|
||||
|
||||
override val supportsLatest = true
|
||||
|
||||
private var baseApiUrl = "$baseUrl/api"
|
||||
private var baseApiUrl = "https://api.mghcdn.com"
|
||||
private var baseCdnUrl = "https://imgx.mghcdn.com"
|
||||
|
||||
override val client: OkHttpClient = super.client.newBuilder()
|
||||
|
Loading…
Reference in New Issue
Block a user