Skip to content

Commit

Permalink
RezoScans: Update cdn url (#5699)
Browse files Browse the repository at this point in the history
* Update cdn url

* Add isNsfw = false
  • Loading branch information
choppeh authored Oct 25, 2024
1 parent 8fb7f92 commit ee3ae5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/rezoscans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.RezoScans'
themePkg = 'keyoapp'
baseUrl = 'https://rezoscans.com'
overrideVersionCode = 0
overrideVersionCode = 1
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ class RezoScans : Keyoapp(
"Rezo Scans",
"https://rezoscans.com",
"en",
)
) {
override val cdnUrl = "https://3xfsjdlc.is1.buzz/uploads"
}

0 comments on commit ee3ae5c

Please sign in to comment.