mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-02 22:23:42 +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 :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 a new issue