Skip to content

Commit

Permalink
Remove slash from queue endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
radeklos committed Jul 14, 2015
1 parent 0259ac7 commit 1d131c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fm/routes/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Pluggable('/current', player.CurrentView, 'current'),
Pluggable('/history', player.HistoryView, 'history'),
Pluggable('/stats', player.StatsView, 'stats'),
Pluggable('/queue/', player.QueueView, 'queue'),
Pluggable('/queue', player.QueueView, 'queue'),
Pluggable('/queue/<string:uuid>', player.QueueView, 'queue'),
Pluggable('/queue/meta', player.QueueMetaView, 'queue-meta'),
Pluggable('/volume', player.VolumeView, 'volume'),
Expand Down

0 comments on commit 1d131c0

Please sign in to comment.