Before adding workers

This commit is contained in:
Jason Jordan
2026-03-20 10:46:53 -04:00
parent 3300819ed5
commit a43c8bf6b5
70 changed files with 533 additions and 457 deletions
+1 -3
View File
@@ -40,10 +40,8 @@ Rails.application.routes.draw do
post 'import'
end
namespace :id_card do
resources :configuration, only: [:destroy] do
resources :setup, only: [:index, :update, :destroy] do
collection do
get 'general'
patch 'update_general'
get 'plans'
patch 'update_plans'
get 'field_exceptions'