Remove an unneeded slash
This commit is contained in:
parent
be08e5a248
commit
4a8b56cded
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +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 'tour-de-france' => 'tour_de_france#index'
|
||||
get "patron" => "root#patron"
|
||||
get "suivi" => "root#suivi"
|
||||
|
||||
|
|
Loading…
Reference in a new issue