add verify tool

This commit is contained in:
Pete Matsyburka
2024-08-08 00:12:50 +03:00
parent de14330449
commit 0dcd97f49b
4 changed files with 49 additions and 20 deletions
+1
View File
@@ -45,6 +45,7 @@ Rails.application.routes.draw do
end
resources :tools, only: %i[] do
post :merge, on: :collection
post :verify, on: :collection
end
scope 'events' do
resources :form_events, only: %i[index], path: 'form/:type'