diff --git a/config/routes/api.rb b/config/routes/api.rb index 4ce4751c4..e5c37ac4e 100644 --- a/config/routes/api.rb +++ b/config/routes/api.rb @@ -32,7 +32,6 @@ namespace :api, format: false do resource :history, only: :show resource :source, only: :show - resources :reactions, only: [:update, :destroy] post :translate, to: 'translations#create' end