Commit e41a3912 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Remove duplicate route

parent a6e91b16
......@@ -668,7 +668,6 @@ Rails.application.routes.draw do
resources :snippets, concerns: :awardable, constraints: { id: /\d+/ } do
member do
get 'raw'
post :toggle_award_emoji
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment