Implements playlists/index action in JSON API
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
Scube::Application.routes.draw do
|
||||
namespace :api do
|
||||
namespace :v0 do
|
||||
resources :playlists, :only => [:index]
|
||||
end
|
||||
end
|
||||
|
||||
resources :sounds, :only => [:show]
|
||||
|
||||
resources :users, :only => [:new, :create]
|
||||
|
Reference in New Issue
Block a user