Mercurial > hg > Members > nobuyasu > Consensus
annotate conf/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 | 35b067a0ed46 |
children | 2122c50278bd |
rev | line source |
---|---|
0 | 1 # Routes |
2 # This file defines all application routes (Higher priority routes first) | |
3 # ~~~~ | |
4 | |
5 # Home page | |
5 | 6 GET / controllers.Application.index() |
7 POST /db/data/node controllers.Application.hello() | |
6
d6afc58ce3f5
remove target/
Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
parents:
5
diff
changeset
|
8 GET /users/create/:name controllers.User.create(name: String) |
0 | 9 |
10 | |
11 # Map static resources from the /public folder to the /assets URL path | |
12 GET /assets/*file controllers.Assets.at(path="/public", file) | |
13 |