WebHost: sort slots by player_id in api blueprint (#4354)

This commit is contained in:
Fabian Dill
2025-01-20 02:05:07 +01:00
committed by GitHub
parent 130232b457
commit 39847c5502
2 changed files with 3 additions and 3 deletions

View File

@@ -30,4 +30,4 @@ def get_seeds():
"creation_time": seed.creation_time,
"players": get_players(seed.slots),
})
return jsonify(response)
return jsonify(response)