Skip to content

Commit

Permalink
Restrict v3 API pending src images routes to show only
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Jan 30, 2016
1 parent 1b7388f commit 3104658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -101,7 +101,7 @@

namespace :api do
namespace :v3 do
resources :pending_src_images
resources :pending_src_images, only: :show
end
end

Expand Down

0 comments on commit 3104658

Please sign in to comment.