diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index cde1701f8..f8c33d687 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -208,7 +208,11 @@ ChouetteIhm::Application.routes.draw do resources :vehicle_journeys, only: :show namespace :internals do get 'compliance_check_sets/:id/notify_parent', to: 'compliance_check_sets#notify_parent' - get 'netex_imports/:id/notify_parent', to: 'netex_imports#notify_parent' + resources :netex_imports, only: :create do + member do + get :notify_parent + end + end end end end |
