Blef-team / blef_game_engine

The game engine API service for the game of Blef
GNU Affero General Public License v3.0
1 stars 0 forks source link

Issue 74 fix UUID error in games/{id} #77

Closed maciej-pomykala closed 4 years ago

maciej-pomykala commented 4 years ago

Closes #74

I'm not sure how but, if you provide UUID with capital letters, it gets passed to the API with the capital letters intact but the API still saves the game object in a path that has all letters lowercase.

adrian-golian commented 4 years ago

If the the endpoints respond correctly to uppercase UUIDs locally, then we're good.

maciej-pomykala commented 4 years ago

They do, from what I could determine from testing several endpoints.