Remove legacy annotations route
We forgot to remove it in commit 54e59a8a5. We were getting an exception
on production when accessing the `/annotations/search` route because of
it.
This commit is contained in:
@@ -4,7 +4,6 @@ Rails.application.routes.draw do
|
||||
|
||||
draw :account
|
||||
draw :admin
|
||||
draw :annotation
|
||||
draw :budget
|
||||
draw :comment
|
||||
draw :community
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
resources :annotations do
|
||||
get :search, on: :collection
|
||||
end
|
||||
Reference in New Issue
Block a user