Remove unused `api/v1/polls#create` route (#32860)

pull/30317/head
Matt Jankowski 4 months ago committed by GitHub
parent 884bbf7ae2
commit ace4268308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -225,7 +225,7 @@ namespace :api, format: false do
resources :featured_tags, only: [:index, :create, :destroy]
resources :polls, only: [:create, :show] do
resources :polls, only: [:show] do
resources :votes, only: :create, module: :polls
end

Loading…
Cancel
Save