updating game state

This commit is contained in:
2026-03-02 16:45:55 -07:00
parent c009d23e76
commit c86fbe9f67
4 changed files with 37 additions and 23 deletions

View File

@@ -46,6 +46,7 @@ defmodule BackendWeb.Endpoint do
)
plug(Plug.RequestId)
plug(BackendWeb.Plugs.HealthCheckLogger)
plug(BackendWeb.Plugs.Telemetry, event_prefix: [:phoenix, :endpoint])
plug(Plug.Parsers,