progs/routes
changeset 197 9c968d0de9a0
parent 196 22f027da67ec
child 198 2ce98ee39990
--- a/progs/routes	Sat Oct 04 00:36:51 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# 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