routing.yml 416B

1234567891011
  1. playlists_user:
  2. pattern: /user/{user_slug}/playlists
  3. defaults: { _controller: MuzichPlaylistBundle:Show:user }
  4. playlist:
  5. pattern: /user/{user_slug}/playlist/{playlist_id}
  6. defaults: { _controller: MuzichPlaylistBundle:Show:show }
  7. playlist_datas_for_autoplay:
  8. pattern: /ajax/autoplay/playlist/datas/{playlist_id}/{offset}
  9. defaults: { _controller: MuzichPlaylistBundle:Show:getAutoplayData, offset: null }