From f334c93c0364d14a2b55641b155ad58f715a4b39 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Thu, 19 Mar 2015 13:39:37 +0100 Subject: Rewriting from scratch. --- conf/routes | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 conf/routes (limited to 'conf/routes') 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 -- cgit v1.2.3