Mercurial > hg > Members > nobuyasu > Consensus
diff 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 diff
--- a/target/scala-2.9.1/classes/routes Mon Oct 01 17:06:39 2012 +0900 +++ b/target/scala-2.9.1/classes/routes Mon Oct 01 17:11:46 2012 +0900 @@ -3,9 +3,9 @@ # ~~~~ # Home page -GET / controllers.Application.index() -POST /db/data/node controllers.Application.hello() -GET /users/create/:name controllers.Application.create() +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