breakout-custom/conf/routes

5 lines
311 B
Text
Raw Normal View History

2024-09-01 02:30:44 +00:00
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)