breakout-custom/conf/routes
François Pelletier b7635a1ac0 Ajout index
2024-08-31 22:34:44 -04:00

6 lines
No EOL
382 B
Text

GET / controllers.HomeController.index()
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)