From e31b06b7b56aaf1cf5510d4bb0261f73bc0e8893 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Mon, 2 Mar 2015 15:31:39 +0100 Subject: Migrating from revel. --- conf/routes | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 conf/routes (limited to 'conf/routes') diff --git a/conf/routes b/conf/routes deleted file mode 100644 index ba0c0aa..0000000 --- a/conf/routes +++ /dev/null @@ -1,25 +0,0 @@ -# Routes -# This file defines all application routes (Higher priority routes first) -# ~~~~ - -module:testrunner -module:jobs - -GET / App.Index -GET /login App.PrintLogin -POST /login App.Login -GET /register App.PrintRegister -POST /register App.Register -GET /confirm App.Confirm -GET /account App.Account - -GET /test App.Test - -# 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") - -# Catch all -* /:controller/:action :controller.:action -- cgit v1.2.3