Version initiale
This commit is contained in:
commit
808c9d7385
22 changed files with 403 additions and 0 deletions
5
conf/routes
Normal file
5
conf/routes
Normal file
|
@ -0,0 +1,5 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue