breakout-custom/conf/routes
François Pelletier 808c9d7385 Version initiale
2024-08-31 22:30:44 -04:00

5 lines
No EOL
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)