aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 11:19:20 +0100
committerPacien TRAN-GIRARD2015-02-08 11:19:20 +0100
commit1dd7d1dd1a796592b4448eba878ddcae8e063407 (patch)
tree154022c304af79dc42512e7932baa5b3aef712bc /conf
parentfd5ae4b50e326097194280ad05f19445531338b4 (diff)
downloadminibay-1dd7d1dd1a796592b4448eba878ddcae8e063407.tar.gz
Add terms of use and privacy policy static pages
Diffstat (limited to 'conf')
-rw-r--r--conf/routes4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/routes b/conf/routes
index f35a99b..e8a880e 100644
--- a/conf/routes
+++ b/conf/routes
@@ -8,8 +8,8 @@ GET /pepal controllers.Application.pepal
8 8
9# Home page 9# Home page
10GET / controllers.Application.index 10GET / controllers.Application.index
11GET /terms controllers.Application.index 11GET /terms controllers.Application.terms
12GET /privacy controllers.Application.index 12GET /privacy controllers.Application.privacy
13 13
14# User account 14# User account
15GET /login controllers.Authentication.login 15GET /login controllers.Authentication.login