File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 2
2
# This file defines all application routes (Higher priority routes first)
3
3
# ~~~~
4
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
5
+ # Load Angular index page
6
+ GET / controllers.Assets.at(path="/public/ui", file="index.html")
11
7
12
8
# Map static resources from the /public folder to the /assets URL path
13
- GET /assets/ *file controllers.Assets.versioned(path="/public", file: Asset)
9
+ GET /*file controllers.Assets.versioned(path="/public/ui ", file: Asset)
You can’t perform that action at this time.
0 commit comments