Skip to content

Commit

Permalink
Add url of beta api server
Browse files Browse the repository at this point in the history
  • Loading branch information
piruin authored and porntipa committed Dec 27, 2018
1 parent 411021f commit ac90b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ffc/src/main/kotlin/ffc/api/FfcCentral.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ import java.util.concurrent.TimeUnit.SECONDS
var url_ploy = "https://ffc-test.herokuapp.com/v0/"
var url_max = "https://ffc-nectec.herokuapp.com/v0/"
var url_puy = "https://ffc-api-test.herokuapp.com/v0/"
var url_beta = "https://ffc-beta.herokuapp.com/v0/"

class FfcCentral(val url: String = url_max, val gson: Gson = ffcGson) {
class FfcCentral(val url: String = url_beta, val gson: Gson = ffcGson) {

val retrofitBuilder = Retrofit.Builder().baseUrl(url)!!

Expand Down

0 comments on commit ac90b91

Please sign in to comment.