feat(ui): added rules

added /rules to webui
This commit is contained in:
LQ63
2025-10-23 09:32:24 +02:00
parent c168ae7dc0
commit 9d8f597792
4 changed files with 73 additions and 1 deletions

View File

@@ -10,3 +10,5 @@ GET /sessions controllers.HomeController.sessions()
GET /ingame/:id controllers.HomeController.ingame(id: String)
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
GET /rules controllers.HomeController.rules()