mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:11:38 +08:00
Merge pull request #2500 from riking/guidelies
Alias /guidelines to /faq
This commit is contained in:
commit
21924fbf55
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user