comparison conf/routes @ 0:3d01ca5b26ed

add
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Oct 2012 16:07:59 +0900
parents
children cb0baf808047
comparison
equal deleted inserted replaced
-1:000000000000 0:3d01ca5b26ed
1 # Routes
2 # This file defines all application routes (Higher priority routes first)
3 # ~~~~
4
5 # Home page
6 GET / controllers.Application.index()
7 POST /db/data/node controllers.Application.hello()
8
9
10 # Map static resources from the /public folder to the /assets URL path
11 GET /assets/*file controllers.Assets.at(path="/public", file)
12