mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-23 00:10:27 +01:00
Delete: Song history
This commit is contained in:
@@ -8,7 +8,6 @@ Route.resource('/locations', 'LocationsController').only(['index', 'store'])
|
||||
|
||||
Route.group(() => {
|
||||
Route.get('/', 'SongsController.getCurrentSong')
|
||||
Route.get('/history', 'SongsController.getHistory')
|
||||
|
||||
Route.get('/top/tracks', 'SongsController.getTopTrack')
|
||||
Route.get('/top/artists', 'SongsController.getTopArtist')
|
||||
|
||||
Reference in New Issue
Block a user