Fix missing slash in api endpoint (#7271)

* Fix missing slash in api endpoint

* Bump version number
This commit is contained in:
kafkaien42 2021-05-30 18:38:50 -04:00 committed by GitHub
parent 71907f4cae
commit 0dae3e2d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ abstract class Guya(
override val supportsLatest = false
private val scanlatorCacheUrl = "$baseUrl/api/get_all_groups"
private val scanlatorCacheUrl = "$baseUrl/api/get_all_groups/"
override fun headersBuilder() = Headers.Builder().apply {
add(

View File

@ -9,7 +9,7 @@ class GuyaGenerator : ThemeSourceGenerator {
override val themeClass = "Guya"
override val baseVersionCode: Int = 1
override val baseVersionCode: Int = 2
override val sources = listOf(
SingleLang("Guya", "https://guya.moe", "en", overrideVersionCode = 18),