diff options
| author | Horus_Arch | 2015-03-02 15:31:39 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-03-02 15:31:39 +0100 |
| commit | e31b06b7b56aaf1cf5510d4bb0261f73bc0e8893 (patch) | |
| tree | 0651cdd688659b845f3605e09384161b3c0334db /conf/routes | |
| parent | cf66deeeba38263feef0ca4123a983cb78ce5cac (diff) | |
| download | webmon-master.tar.gz | |
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 |
