Move a route to a better position
This commit is contained in:
parent
d1c509696f
commit
be08e5a248
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,6 @@ Rails.application.routes.draw do
|
|||
#
|
||||
|
||||
root 'root#index'
|
||||
get '/tour-de-france' => 'tour_de_france#index'
|
||||
get '/administration' => 'root#administration'
|
||||
|
||||
get 'users' => 'users#index'
|
||||
|
@ -131,6 +130,7 @@ Rails.application.routes.draw do
|
|||
post ':position/carte', to: 'carte#show', as: :carte
|
||||
end
|
||||
|
||||
get '/tour-de-france' => 'tour_de_france#index'
|
||||
get "patron" => "root#patron"
|
||||
get "suivi" => "root#suivi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue