diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-13 16:11:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 16:11:13 +0200 |
commit | 18331fefa2246facc818226043b1f9cc67cf6c1a (patch) | |
tree | 38b9fa73e03c34bca84080f822eb8b3bc327ed09 /config | |
parent | cf2b708e6bf46db592199b757db9747005f6984d (diff) |
Remove deprecated `GET /api/v1/search` API (#11823)
Use `GET /api/v2/search` instead
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index d22a9e56a..a4dee2842 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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] |