Update DEFAULT_API_CONFIGS_URL

This commit is contained in:
Tlaster 2020-04-07 14:11:39 +08:00
parent 1a0ff60215
commit 353e1e89ef
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ class DefaultAPIConfigLoader(context: Context) : FixedAsyncTaskLoader<List<Custo
}
companion object {
const val DEFAULT_API_CONFIGS_URL = "https://twidere.mariotaku.org/assets/data/default_api_configs.json"
const val DEFAULT_API_CONFIGS_URL = "https://twidereproject.github.io/default_api_configs.json"
}
}