Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: use kavin.rocks libre as the default instance
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Apr 6, 2024
1 parent 6fdd911 commit f0d801f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/app/suhasdissa/vibeyou/utils/Pref.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ object Pref {
lateinit var sharedPreferences: SharedPreferences

val pipedInstances = listOf(
PipedInstance(
"kavin.rocks Libre",
"https://pipedapi-libre.kavin.rocks"
),
PipedInstance(
"kavin.rocks",
"https://pipedapi.kavin.rocks"
Expand Down

0 comments on commit f0d801f

Please sign in to comment.