Skip to content

Commit 2eed912

Browse files
authored
Update SeriesRepository.kt
1 parent bfa2b05 commit 2eed912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/pira/ccloud/data/repository/SeriesRepository.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.json.JSONObject
1313
import java.util.concurrent.TimeUnit
1414

1515
class SeriesRepository : BaseRepository() {
16-
private val BASE_URL = "https://hostinnegar.com/api/serie/by/filtres"
16+
private val BASE_URL = "https://server-hi-speed-iran.info/api/serie/by/filtres"
1717

1818
suspend fun getSeries(page: Int = 0, genreId: Int = 0, filterType: FilterType = FilterType.DEFAULT): List<Series> {
1919
return withContext(Dispatchers.IO) {
@@ -118,4 +118,4 @@ class SeriesRepository : BaseRepository() {
118118
}
119119
return countries
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)