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