aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
committerPacien TRAN-GIRARD2015-01-22 20:58:09 +0100
commit2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch)
tree893d9356b0fd02b40124712bfa88128f02cd7b53 /conf/routes
downloadminibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz
Bootstrap Play Scala project
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)