Attic/programs/routes
author cu
Sat, 28 Oct 2017 00:05:02 +0100
changeset 560 85521d542da4
parent 198 2ce98ee39990
permissions -rw-r--r--
updated cw

# Application1 needs entries for both GET and POST 
#
# all other applications only need an entry for GET

# Home page
GET     /                           controllers.Application.index
#POST    /                           controllers.Application.receive

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