Olympus Scanlation: update domain and apiurl (#6303)

update domain and apiurl
This commit is contained in:
Yush0DAN 2024-11-26 17:49:52 -06:00 committed by Draff
parent b21cc255c8
commit 7e226dbaa8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Olympus Scanlation'
extClass = '.OlympusScanlation'
extVersionCode = 10
extVersionCode = 11
}
apply from: "$rootDir/common.gradle"

View File

@ -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"