6 lines
No EOL
386 B
Text
6 lines
No EOL
386 B
Text
GET / controllers.HomeController.index()
|
|
GET /game controllers.GameController.index()
|
|
GET /bricks controllers.GameController.getBricks(file: String)
|
|
|
|
# Map static resources from the /public folder to the /assets URL path
|
|
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset) |