mirror of
https://github.com/funamitech/mastodon
synced 2025-01-07 18:34:10 +09: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
e93f2941de
commit
ae37d47de5
@ -32,7 +32,6 @@ namespace :api, format: false do
|
|||||||
|
|
||||||
resource :history, only: :show
|
resource :history, only: :show
|
||||||
resource :source, only: :show
|
resource :source, only: :show
|
||||||
resources :reactions, only: [:update, :destroy]
|
|
||||||
|
|
||||||
post :translate, to: 'translations#create'
|
post :translate, to: 'translations#create'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user