diff options
Diffstat (limited to 'config/routes.rb')
| -rw-r--r-- | config/routes.rb | 1 | 
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 | 
