From ae37d47de5e597c23f6f21dcbc3bd5af68e18908 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Wed, 10 May 2023 00:49:41 +0200 Subject: [PATCH] api.rb: Remove resources line that wasn't in routes.rb anymore Co-authored-by: Plastikmensch --- config/routes/api.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes/api.rb b/config/routes/api.rb index a184ca868d..88dd08a2e6 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