mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-02-01 19:15:18 +01:00
feat: Add static file paths to remove env specific files in resources
This commit is contained in:
@@ -12,6 +12,8 @@ internal class ApiService(
|
||||
private val backendRepository: BackendRepository,
|
||||
private val configurationRepository: ConfigurationRepository,
|
||||
) {
|
||||
val versionedStaticFilesPath = configurationRepository.versionedStaticFilesPath
|
||||
|
||||
suspend fun contributors() = withContext(Dispatchers.IO) {
|
||||
configurationRepository.contributorsRepositoryNames.map {
|
||||
async {
|
||||
|
||||
Reference in New Issue
Block a user