diff options
author | Pacien TRAN-GIRARD | 2015-02-08 11:19:20 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-02-08 11:19:20 +0100 |
commit | 1dd7d1dd1a796592b4448eba878ddcae8e063407 (patch) | |
tree | 154022c304af79dc42512e7932baa5b3aef712bc /conf | |
parent | fd5ae4b50e326097194280ad05f19445531338b4 (diff) | |
download | minibay-1dd7d1dd1a796592b4448eba878ddcae8e063407.tar.gz |
Add terms of use and privacy policy static pages
Diffstat (limited to 'conf')
-rw-r--r-- | conf/routes | 4 |
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 |
10 | GET / controllers.Application.index | 10 | GET / controllers.Application.index |
11 | GET /terms controllers.Application.index | 11 | GET /terms controllers.Application.terms |
12 | GET /privacy controllers.Application.index | 12 | GET /privacy controllers.Application.privacy |
13 | 13 | ||
14 | # User account | 14 | # User account |
15 | GET /login controllers.Authentication.login | 15 | GET /login controllers.Authentication.login |