mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-29 06:43:41 +01:00
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
968dce888d
commit
d5303f2cd3
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