Skip to content

Commit

Permalink
Remove unused api/v1/polls#create route (mastodon#32860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Nov 12, 2024
1 parent 884bbf7 commit ace4268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

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

Expand Down

0 comments on commit ace4268

Please sign in to comment.