view conf/routes @ 5:35b067a0ed46

commit
author one
date Mon, 01 Oct 2012 17:06:39 +0900
parents cb0baf808047
children d6afc58ce3f5
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.Application.create()


# Map static resources from the /public folder to the /assets URL path
GET     /assets/*file               controllers.Assets.at(path="/public", file)