Skip to content

Commit

Permalink
fix: update default lemmy community (closes #190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed May 2, 2024
1 parent c38eb77 commit 604cee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bnyro/wallpaper/api/le/LeApi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class LeApi : CommunityApi() {
"type" to listOf("All", "Local")
)

override val defaultCommunityName: String = "[email protected]"
override val defaultCommunityName: String = "[email protected]"

private val api = RetrofitBuilder.create(baseUrl, Lemmy::class.java)

Expand Down

0 comments on commit 604cee7

Please sign in to comment.