mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
starts of legacy backup support
This commit is contained in:
@@ -85,9 +85,7 @@ internal class ExtensionGithubApi {
|
||||
}
|
||||
|
||||
companion object {
|
||||
// const val BASE_URL = "https://raw.githubusercontent.com"
|
||||
// const val REPO_URL_PREFIX = "${BASE_URL}/tachiyomiorg/tachiyomi-extensions/repo"
|
||||
const val BASE_URL = "http://127.0.0.1:8000"
|
||||
const val REPO_URL_PREFIX = "$BASE_URL/repo"
|
||||
const val BASE_URL = "https://raw.githubusercontent.com"
|
||||
const val REPO_URL_PREFIX = "$BASE_URL/tachiyomiorg/tachiyomi-extensions/repo"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user