Mercurial > hg > Members > nobuyasu > Consensus
view target/scala-2.9.1/classes/routes @ 6:d6afc58ce3f5
remove target/
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Oct 2012 17:11:46 +0900 |
parents | cb0baf808047 |
children | 2122c50278bd |
line wrap: on
line source
# Routes # This file defines all application routes (Higher priority routes first) # ~~~~ # Home page GET / controllers.Application.index() POST /db/data/node controllers.Application.hello() GET /users/create/:name controllers.User.create(name: String) # Map static resources from the /public folder to the /assets URL path GET /assets/*file controllers.Assets.at(path="/public", file)