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:
parent
e93f2941de
commit
ae37d47de5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue