You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As agreed on the call, create, join, start, play, make-public and make-private enpoints will be refactored to POST while the get state endpoint and the get public games endpoint will be queried with GET requests
Currently, all routes of the service API in API Gateway are set to handle ANY request method. This appears to void this issue. (Blef-team/blef_ios_app#30 looks unblocked)
Endpoints
{id}/
,{id}/join
,{id}/start
and{id}/play
need to be POST endpoints.Currently the client breaks (Blef-team/blef_ios_app#30).
The text was updated successfully, but these errors were encountered: