Mercurial > hg > Members > nobuyasu > Consensus
diff target/scala-2.9.1/classes/routes @ 4:cb0baf808047
modified Application.java
author | one |
---|---|
date | Mon, 01 Oct 2012 16:59:16 +0900 |
parents | 3d01ca5b26ed |
children | d6afc58ce3f5 |
line wrap: on
line diff
--- a/target/scala-2.9.1/classes/routes Mon Oct 01 16:39:19 2012 +0900 +++ b/target/scala-2.9.1/classes/routes Mon Oct 01 16:59:16 2012 +0900 @@ -4,7 +4,8 @@ # Home page GET / controllers.Application.index() -POST /db/data/node controllers.Application.hello() +POST /db/data/node controllers.Application.hello() +GET /users/create/:name controllers.Application.create() # Map static resources from the /public folder to the /assets URL path