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:
Javi Martín
2022-06-02 18:14:57 +02:00
parent 5c317927c0
commit 274b0f9b43
2 changed files with 0 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ Rails.application.routes.draw do
draw :account
draw :admin
draw :annotation
draw :budget
draw :comment
draw :community

View File

@@ -1,3 +0,0 @@
resources :annotations do
get :search, on: :collection
end