Mercurial > hg > Members > nobuyasu > Consensus
changeset 5:35b067a0ed46
commit
author | one |
---|---|
date | Mon, 01 Oct 2012 17:06:39 +0900 |
parents | cb0baf808047 |
children | d6afc58ce3f5 |
files | conf/routes |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/conf/routes Mon Oct 01 16:59:16 2012 +0900 +++ b/conf/routes Mon Oct 01 17:06:39 2012 +0900 @@ -3,8 +3,8 @@ # ~~~~ # Home page -GET / controllers.Application.index() -POST /db/data/node controllers.Application.hello() +GET / controllers.Application.index() +POST /db/data/node controllers.Application.hello() GET /users/create/:name controllers.Application.create()