Alias /guidelines to /faq

This commit is contained in:
riking 2014-07-03 13:06:04 -07:00
parent c74e60ec51
commit 9ad9e95d11
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ Discourse::Application.routes.draw do
post "login" => "static#enter"
get "login" => "static#show", id: "login"
get "faq" => "static#show", id: "faq"
get "guidelines" => "static#show", id: "faq"
get "tos" => "static#show", id: "tos"
get "privacy" => "static#show", id: "privacy"
get "signup" => "list#latest"