Olympus Scanlation: update domain and apiurl (#6303)
update domain and apiurl
This commit is contained in:
parent
b21cc255c8
commit
7e226dbaa8
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Olympus Scanlation'
|
||||
extClass = '.OlympusScanlation'
|
||||
extVersionCode = 10
|
||||
extVersionCode = 11
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -24,8 +24,8 @@ class OlympusScanlation : HttpSource() {
|
|||
|
||||
override val versionId = 2
|
||||
|
||||
override val baseUrl: String = "https://zonaolympus.com"
|
||||
private val apiBaseUrl: String = "https://dashboard.zonaolympus.com"
|
||||
override val baseUrl: String = "https://olympuscomic.com"
|
||||
private val apiBaseUrl: String = "https://dashboard.olympuscomic.com"
|
||||
|
||||
override val lang: String = "es"
|
||||
override val name: String = "Olympus Scanlation"
|
||||
|
|
Loading…
Reference in New Issue