JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

POSTing guess should include status, not entire game #26

Closed JoeBussard closed 2 years ago

JoeBussard commented 2 years ago

When you POST a new guess, it should return a status code and/or message, like 200, or 404. It should not include the entire JSON format of the game. That should be reserved for GET requests.

JoeBussard commented 2 years ago

fixed in #27