Mercurial > hg > Members > nobuyasu > Consensus
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/conf/routes Mon Oct 01 16:07:59 2012 +0900 @@ -0,0 +1,12 @@ +# Routes +# This file defines all application routes (Higher priority routes first) +# ~~~~ + +# Home page +GET / controllers.Application.index() +POST /db/data/node controllers.Application.hello() + + +# Map static resources from the /public folder to the /assets URL path +GET /assets/*file controllers.Assets.at(path="/public", file) +