Remove an unneeded slash

This commit is contained in:
gregoirenovel 2018-11-22 00:56:41 +01:00
parent be08e5a248
commit 4a8b56cded

View file

@ -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"