feat(ui): added rules (#12)

added /rules to webui

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #12
This commit is contained in:
2025-10-23 09:39:13 +02:00
parent c168ae7dc0
commit 92e4851219
4 changed files with 75 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()