Remove deprecated GET /api/v1/search
API (#11823)
Use `GET /api/v2/search` instead
This commit is contained in:
parent
cf2b708e6b
commit
18331fefa2
6 changed files with 27 additions and 71 deletions
|
@ -311,8 +311,6 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
get '/search', to: 'search#index', as: :search
|
||||
|
||||
resources :media, only: [:create, :update]
|
||||
resources :blocks, only: [:index]
|
||||
resources :mutes, only: [:index]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue