Skip to content

Commit

Permalink
updated api url
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAmgd committed Aug 19, 2023
1 parent 44d17d3 commit 60ff942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory

class RetrofitHelper {
private val baseUrl = "http://fpl-stats-server-production.up.railway.app/"
private val baseUrl = "https://fpl-stats-server.onrender.com/"

fun getInstance(): ApiInterface {
return Retrofit.Builder().baseUrl(baseUrl)
Expand Down

0 comments on commit 60ff942

Please sign in to comment.