Skip to content

Commit 842af5a

Browse files
authored
Update Helper Servers
1 parent 15876cb commit 842af5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ open class BaseRepository {
1616

1717
// Helper servers array
1818
protected val helperServers = arrayOf(
19-
"https://hostinnegar.com"
19+
"https://hostinnegar.com",
20+
"https://windowsdiba.info"
2021
)
2122

2223
protected suspend fun executeRequest(

0 commit comments

Comments
 (0)