Skip to content

Commit

Permalink
change base url for api shalat
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthfi Daffa Prabowo committed Aug 4, 2023
1 parent df73d5c commit c4750c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ object NetworkBuilder {
moshi: Moshi
): Retrofit {
return Retrofit.Builder()
.baseUrl("https://api.aladhan.com/")
.baseUrl("http://api.aladhan.com/")
.addConverterFactory(MoshiConverterFactory.create(moshi))
.client(okHttpClient)
.build()
Expand Down

0 comments on commit c4750c1

Please sign in to comment.