changeset 198 | 2ce98ee39990 |
parent 13 | 2bd3530c30af |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Attic/programs/routes Sat Oct 04 13:17:18 2014 +0100 @@ -0,0 +1,10 @@ +# 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) \ No newline at end of file