We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e514e commit f57ba63Copy full SHA for f57ba63
conf/routes
@@ -2,12 +2,8 @@
2
# This file defines all application routes (Higher priority routes first)
3
# ~~~~
4
5
-# An example controller showing a sample home page
6
-GET / controllers.HomeController.index
7
-# An example controller showing how to use dependency injection
8
-GET /count controllers.CountController.count
9
-# An example controller showing how to write asynchronous code
10
-GET /message controllers.AsyncController.message
+# Load Angular index page
+GET / controllers.Assets.at(path="/public/ui", file="index.html")
11
12
# Map static resources from the /public folder to the /assets URL path
13
-GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
+GET /*file controllers.Assets.versioned(path="/public/ui", file: Asset)
0 commit comments