aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-11-02 18:30:31 +0100
committercedricnjanga2017-11-13 17:52:54 +0100
commitd3c747d149046a864f3be69daf03b2393ca53dc6 (patch)
tree04ccaec9205cbd8d96e57c9e956d456f58c8a242 /config/routes.rb
parent95095886ceb51a2036eea6ffda103d3ad590322b (diff)
downloadchouette-core-d3c747d149046a864f3be69daf03b2393ca53dc6.tar.bz2
Add route stub for validation finalisation
This route will be called by the Java application when ComplianceCheck validation is completed. It will perform post-validation work, primarily updating statuses. Refs #4757
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 0470d9aec..8d7d4c92d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -63,6 +63,7 @@ ChouetteIhm::Application.routes.draw do
resources :stop_areas, only: [:index, :show]
resources :time_tables, only: [:index, :show]
resources :vehicle_journeys, only: :show
+ post 'compliance_check_sets/validated', to: 'compliance_check_sets#validated'
end
end