starts of legacy backup support

This commit is contained in:
Aria Moradi
2021-03-30 01:18:57 +04:30
parent bc3ad75328
commit 71a9396952
5 changed files with 25 additions and 6 deletions

View File

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