Skip to content
Extraits de code Groupes Projets
Valider 2b0b7ff1 rédigé par Eugen Rochko's avatar Eugen Rochko
Parcourir les fichiers

Fix #385 - /web now loads a page

parent 1bbcd71c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -136,7 +136,7 @@ Rails.application.routes.draw do ...@@ -136,7 +136,7 @@ Rails.application.routes.draw do
end end
end end
get '/web/*any', to: 'home#index', as: :web get '/web/(*any)', to: 'home#index', as: :web
get :about, to: 'about#index' get :about, to: 'about#index'
get :terms, to: 'about#terms' get :terms, to: 'about#terms'
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter