2024-08-31 22:34:44 -04:00
|
|
|
GET / controllers.HomeController.index()
|
2024-08-31 22:30:44 -04:00
|
|
|
GET /game controllers.GameController.index()
|
2024-09-06 19:53:24 -04:00
|
|
|
GET /bricks controllers.GameController.getBricks(file: String)
|
2024-08-31 22:30:44 -04:00
|
|
|
|
|
|
|
# Map static resources from the /public folder to the /assets URL path
|
|
|
|
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
|