feat(ui): added rules (#12)
added /rules to webui Co-authored-by: LQ63 <lkhermann@web.de> Reviewed-on: #12
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user