Playback, import fixes
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
BeatHaven::Application.routes.draw do
|
||||
namespace :api do
|
||||
resources :artists, only: [:show], constraints: { id: /.+/ }, format: :json
|
||||
resources :albums, only: [:show, :picture] do
|
||||
resources :albums, only: [:show, :picture], format: :json do
|
||||
member { get :picture }
|
||||
end
|
||||
resources :search, only: [] do
|
||||
|
||||
Reference in New Issue
Block a user