Removed API route for v1/search, only using v2/search now

• Removed:
- API route for v1/search, only using v2/search now
- v2/search requires user (for now)
This commit is contained in:
mgabdev
2021-01-13 18:14:57 -05:00
parent e754c6219b
commit b15c905143
3 changed files with 22 additions and 29 deletions

View File

@@ -294,7 +294,6 @@ Rails.application.routes.draw do
end
end
get '/search', to: 'search#index', as: :search
get '/account_by_username/:username', to: 'account_by_username#show', username: username_regex
namespace :apps do