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