aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorZog2018-05-30 11:40:45 +0200
committerZog2018-05-30 11:40:45 +0200
commit4be2635b5b869b9c9e0fd9a970f3de517284dac8 (patch)
treec0a68844bf69f8bc6d020df25b85da1e45da0836 /config
parentdc8218759eff1ca2d492c96618628f1681e6dfdb (diff)
downloadchouette-core-7225-new-api-endpoints.tar.bz2
Refs #7225; New api endpoints for IEV7225-new-api-endpoints
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