Remove deprecated GET /api/v1/search API (#11823)

Use `GET /api/v2/search` instead
This commit is contained in:
Eugen Rochko
2019-09-13 16:11:13 +02:00
committed by GitHub
parent cf2b708e6b
commit 18331fefa2
6 changed files with 27 additions and 71 deletions

View File

@ -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]