RezoScans: Update cdn url (#5699)

* Update cdn url

* Add isNsfw = false
This commit is contained in:
Chopper 2024-10-25 18:47:20 -03:00 committed by Draff
parent aafa0be66d
commit 26dfd922c4
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.RezoScans' extClass = '.RezoScans'
themePkg = 'keyoapp' themePkg = 'keyoapp'
baseUrl = 'https://rezoscans.com' baseUrl = 'https://rezoscans.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = false isNsfw = false
} }

View File

@ -6,4 +6,6 @@ class RezoScans : Keyoapp(
"Rezo Scans", "Rezo Scans",
"https://rezoscans.com", "https://rezoscans.com",
"en", "en",
) ) {
override val cdnUrl = "https://3xfsjdlc.is1.buzz/uploads"
}