Quelques mises a jour amusantes

This commit is contained in:
François Pelletier 2024-09-06 19:53:24 -04:00
parent bb95f8f8fd
commit 5d4ea4e85a
14 changed files with 294 additions and 73 deletions

View file

@ -1,6 +1,6 @@
GET / controllers.HomeController.index()
GET /game controllers.GameController.index()
GET /bricks controllers.GameController.getBricks()
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)