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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]