Refactor Match class and rename WebUI to WebUIMain; update HomeController for new UI structure

This commit is contained in:
2025-10-12 22:56:25 +02:00
parent 6c57abb1db
commit 7cbb6e6ab7
9 changed files with 369 additions and 543 deletions

View File

@@ -6,6 +6,5 @@
# An example controller showing a sample home page
GET / controllers.HomeController.index()
GET /ingame controllers.HomeController.ingame()
GET /showTUI controllers.HomeController.showTUI()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)