aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/routes b/conf/routes
new file mode 100644
index 0000000..20fd042
--- /dev/null
+++ b/conf/routes
@@ -0,0 +1,9 @@
1# Routes
2# This file defines all application routes (Higher priority routes first)
3# ~~~~
4
5# Home page
6GET / controllers.Application.index
7
8# Map static resources from the /public folder to the /assets URL path
9GET /assets/*file controllers.Assets.at(path="/public", file)