programs/routes
changeset 198 2ce98ee39990
parent 197 9c968d0de9a0
child 199 20af800ce736
--- a/programs/routes	Sat Oct 04 12:46:04 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