mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 19:10:28 +01:00
Delete: Song history
This commit is contained in:
@@ -17,7 +17,6 @@ Route.get('/', async({ response }: HttpContextContract) => {
|
||||
states: `${BASE_URL}/states`,
|
||||
songs: {
|
||||
current_song: `${BASE_URL}/spotify`,
|
||||
history: `${BASE_URL}/spotify/history`,
|
||||
top_artists: `${BASE_URL}/spotify/top/artists`,
|
||||
top_tracks: `${BASE_URL}/spotify/top/tracks`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user