Merge pull request #4847 from consul/legacy_annotations_route

Remove legacy annotations route
This commit is contained in:
Javi Martín
2022-06-03 20:14:58 +02:00
committed by GitHub
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