diff options
Diffstat (limited to 'conf/routes')
| -rw-r--r-- | conf/routes | 25 |
1 files changed, 0 insertions, 25 deletions
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 |
