feat(ci): Polling

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #53
This commit is contained in:
2025-11-13 11:07:08 +01:00
parent 5d245d0011
commit 370de175db
12 changed files with 271 additions and 127 deletions

View File

@@ -19,7 +19,8 @@ class JavaScriptRoutingController @Inject()(
routes.javascript.IngameController.startGame,
routes.javascript.IngameController.kickPlayer,
routes.javascript.IngameController.leaveGame,
routes.javascript.IngameController.playCard
routes.javascript.IngameController.playCard,
routes.javascript.IngameController.polling
)
).as("text/javascript")
}