summaryrefslogtreecommitdiff
path: root/contrib/playlib/test/resources/hello-world/core/conf/sub.routes
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/playlib/test/resources/hello-world/core/conf/sub.routes')
-rw-r--r--contrib/playlib/test/resources/hello-world/core/conf/sub.routes2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/playlib/test/resources/hello-world/core/conf/sub.routes b/contrib/playlib/test/resources/hello-world/core/conf/sub.routes
new file mode 100644
index 00000000..4597a19b
--- /dev/null
+++ b/contrib/playlib/test/resources/hello-world/core/conf/sub.routes
@@ -0,0 +1,2 @@
+GET / controllers.SubController.index
+GET /assets/*file controllers.Assets.versioned(path="/public/sub", file: Asset)