diff options
| author | Zog | 2018-05-30 11:40:45 +0200 |
|---|---|---|
| committer | Zog | 2018-05-30 11:40:45 +0200 |
| commit | 4be2635b5b869b9c9e0fd9a970f3de517284dac8 (patch) | |
| tree | c0a68844bf69f8bc6d020df25b85da1e45da0836 /config | |
| parent | dc8218759eff1ca2d492c96618628f1681e6dfdb (diff) | |
| download | chouette-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.rb | 2 |
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 |
