api.rb: Remove resources line that wasn't in routes.rb anymore

Co-authored-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
Jeremy Kescher 2023-05-10 00:49:41 +02:00
parent 968dce888d
commit d5303f2cd3
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -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