mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Alias /guidelines to /faq
This commit is contained in:
parent
c74e60ec51
commit
9ad9e95d11
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue