Gamenights also return their game list.

This commit is contained in:
2022-05-29 00:22:30 +02:00
parent 86cdbedd41
commit 2ba2026e21
7 changed files with 139 additions and 27 deletions

View File

@@ -22,4 +22,5 @@ jsonwebtoken = "8.1"
validator = { version = "0.14", features = ["derive"] }
rocket_cors = "0.6.0-alpha1"
local-ip-address = "0.4"
uuid = { version = "0.8.2", features = ["v4", "serde"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }
futures = "0.3.21"