feat(ui): added js routing for create game

added js routing for create game, removed the form and button
This commit is contained in:
LQ63
2025-11-11 14:10:37 +01:00
parent 33989efedc
commit b508d2f428
6 changed files with 107 additions and 34 deletions

View File

@@ -3,7 +3,8 @@
# https://www.playframework.com/documentation/latest/ScalaRouting
# ~~~~
# For the javascript routing
GET /assets/js/routes controllers.JavaScriptRoutingController.javascriptRoutes()
# Primary routes
GET / controllers.MainMenuController.index()
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)