aboutsummaryrefslogtreecommitdiff
path: root/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'conf/routes')
-rw-r--r--conf/routes10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/routes b/conf/routes
new file mode 100644
index 0000000..2ac6b33
--- /dev/null
+++ b/conf/routes
@@ -0,0 +1,10 @@
+# Routes
+# This file defines all application routes (Higher priority routes first)
+# https://www.playframework.com/documentation/latest/ScalaRouting
+# ~~~~
+
+# An example controller showing a sample home page
+GET / controllers.HomeController.index
+
+# Map static resources from the /public folder to the /assets URL path
+GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)