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

Commit

Permalink
fix: malformed url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhasDissa committed Apr 4, 2024
1 parent a999629 commit 1781eb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/java/app/suhasdissa/karaoke/util/Pref.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ object Pref {
val pipedInstances = listOf(
PipedInstance(
"kavin.rocks",
"https://pipedapi.kavin.rocks/"
"https://pipedapi.kavin.rocks"
),
PipedInstance(
"lunar.icu",
"https://piped-api.lunar.icu/"
"https://piped-api.lunar.icu"
),
PipedInstance(
"whatever.social",
"https://watchapi.whatever.social/"
"https://watchapi.whatever.social"
),
PipedInstance(
"tokhmi.xyz",
"https://pipedapi.tokhmi.xyz/"
"https://pipedapi.tokhmi.xyz"
),
PipedInstance(
"mha.fi",
"https://api-piped.mha.fi/"
"https://api-piped.mha.fi"
),
PipedInstance(
"garudalinux.org",
"https://piped-api.garudalinux.org/"
"https://piped-api.garudalinux.org"
),
PipedInstance(
"piped.yt",
"https://api.piped.yt/"
"https://api.piped.yt"
)
)

Expand Down

0 comments on commit 1781eb7

Please sign in to comment.