feat: Add static file paths to remove env specific files in resources

This commit is contained in:
oSumAtrIX
2024-07-15 02:30:21 +02:00
parent 435beae383
commit 39d0b78c79
10 changed files with 42 additions and 97 deletions

View File

@@ -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 {