Skip to content

Commit

Permalink
Update SpotifyLyrics API URL
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Fontán <gabilessto@gmail.com>
  • Loading branch information
Lambada10 and BobbyESP committed Jan 21, 2024
1 parent 9650b29 commit dfec9b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pl.lambada.songsync.util.networking.Ktor.client
import pl.lambada.songsync.util.networking.Ktor.json

class SpotifyLyricsAPI {
private val baseURL = "https://spotify-lyric-api-984e7b4face0.herokuapp.com/"
private val baseURL = "https://spotify-lyrics-api-cyan.vercel.app/"

/**
* Gets synced lyrics using the song link and returns them as a string formatted as an LRC file.
Expand Down

0 comments on commit dfec9b7

Please sign in to comment.