Skip to content

Commit

Permalink
Update ImageApiService.kt
Browse files Browse the repository at this point in the history
Update base url
  • Loading branch information
ArjunJadeja authored Jul 1, 2024
1 parent cc299dc commit 5418c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import retrofit2.Retrofit
import retrofit2.converter.moshi.MoshiConverterFactory
import retrofit2.http.GET

private const val BASE_URL = "https://meme-api.herokuapp.com/gimme/"
private const val BASE_URL = "https://meme-api.com/gimme/"

private val moshi = Moshi.Builder()
.add(KotlinJsonAdapterFactory())
Expand Down

0 comments on commit 5418c7e

Please sign in to comment.