MangaHub: Update API URL (#1294)
This commit is contained in:
parent
489729f52b
commit
beb88a4d60
|
@ -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"))
|
||||||
|
|
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue