summaryrefslogtreecommitdiff
path: root/src/template.rs
AgeCommit message (Collapse)Author
9 daysRemove serve_templateJomar Milan
It felt unnecessary
2026-06-08Remove passcodes and session listingJomar Milan
Instead, the session ID is treated as a secret
2026-05-31Add websocket routeJomar Milan
2026-05-30Add route to accept player hand updatesJomar Milan
2026-05-30Add unimplemented color selection boxJomar Milan
2026-05-30Store sessions in a hash mapJomar Milan
2026-05-29Start with basic session creationJomar Milan