summaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes30
1 files changed, 0 insertions, 30 deletions
diff --git a/conf/routes b/conf/routes
deleted file mode 100644
index 051e31c..0000000
--- a/conf/routes
+++ /dev/null
@@ -1,30 +0,0 @@
-# Routes
-# This file defines all application routes (Higher priority routes first)
-# ~~~~
-
-module:testrunner
-
-GET / App.Index
-GET /register App.Register
-POST /register App.DoRegister
-#GET /mail App.Mail
-#GET /mail/register App.MailRegister
-#POST /mail/register App.DoMailRegister
-
-#GET /domain Domain.Index
-#POST /domain Domain.DoEdit
-#GET /domain/register Domain.Register
-#POST /domain/register Domain.DoRegister
-#GET /domain/login Domain.Login
-#POST /domain/login Domain.DoLogin
-
-
-# Ignore favicon requests
-GET /favicon.ico 404
-
-# Map static resources from the /app/public folder to the /public path
-GET /public/*filepath Static.Serve("public")
-GET /static/*filepath Static.Serve("static")
-
-# Catch all
-* /:controller/:action :controller.:action