diff options
author | Pacien TRAN-GIRARD | 2015-01-24 20:27:08 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-25 23:47:13 +0100 |
commit | d04d732a084f07ca88fdfa82653bdfd2d6798374 (patch) | |
tree | d4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /conf | |
parent | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff) | |
download | minibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz |
First website mockup
Diffstat (limited to 'conf')
-rw-r--r-- | conf/routes | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/routes b/conf/routes index 20fd042..7adf702 100644 --- a/conf/routes +++ b/conf/routes | |||
@@ -3,7 +3,12 @@ | |||
3 | # ~~~~ | 3 | # ~~~~ |
4 | 4 | ||
5 | # Home page | 5 | # Home page |
6 | GET / controllers.Application.index | 6 | GET / controllers.Application.index |
7 | |||
8 | GET /ebe controllers.Application.ebe | ||
9 | GET /pepal controllers.Application.pepal | ||
10 | |||
11 | POST /console controllers.Console.console | ||
7 | 12 | ||
8 | # Map static resources from the /public folder to the /assets URL path | 13 | # Map static resources from the /public folder to the /assets URL path |
9 | GET /assets/*file controllers.Assets.at(path="/public", file) | 14 | GET /assets/*file controllers.Assets.at(path="/public", file) |