Skip to content

Commit

Permalink
using the production url
Browse files Browse the repository at this point in the history
  • Loading branch information
saturngod authored Dec 19, 2019
1 parent 370deb7 commit 5661fa3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.util.concurrent.TimeUnit
class URSmsKitProvideRetrofit {
companion object {
fun create(context: Context, removeLog: Boolean = false): URSmsKitApiService {
val baseUrl = "http://acckit.comquas.com/api/"
val baseUrl = "https://www.otpsms.net/api/"
val defaultTimeOut = 45L

fun release(): Retrofit {
Expand Down Expand Up @@ -90,4 +90,4 @@ class URSmsKitProvideRetrofit {
release().create(URSmsKitApiService::class.java)
}
}
}
}

0 comments on commit 5661fa3

Please sign in to comment.