aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index cde1701f8..56b97753c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -209,6 +209,8 @@ ChouetteIhm::Application.routes.draw do
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'
+ get 'netex_exports/:id/notify_parent', to: 'netex_exports#notify_parent'
+ put 'netex_exports/:id/upload', to: 'netex_exports#upload'
end
end
end