diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5963e53493b..80d0adce9c6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |