comparison conf/routes @ 0:e45bf6020b0d draft

add play files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 18 Sep 2012 04:36:47 +0900
parents
children 5a097a2336fa
comparison
equal deleted inserted replaced
-1:000000000000 0:e45bf6020b0d
1 # Routes
2 # This file defines all application routes (Higher priority routes first)
3 # ~~~~
4
5 # Home page
6 GET / Application.index
7
8 # Ignore favicon requests
9 GET /favicon.ico 404
10
11 # Map static resources from the /app/public folder to the /public path
12 GET /public/ staticDir:public
13
14 # Catch all
15 * /{controller}/{action} {controller}.{action}