feat: Add logging to Gateway for pod synchronization and startup events

This commit is contained in:
2026-01-07 15:04:46 +01:00
parent 103b341488
commit 26157076d6
3 changed files with 38 additions and 3 deletions

View File

@@ -30,4 +30,7 @@ GET /websocket controllers.WebsocketController.socket()
# Status
GET /status controllers.StatusController.requestStatus()
GET /status/:gameId controllers.StatusController.game(gameId: String)
GET /status/:gameId controllers.StatusController.game(gameId: String)
# Health
GET /health/simple controllers.HealthController.simple()