Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Reformat doc at signup()
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jun 7, 2019
1 parent e3660ea commit 63c1d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_amber/handlers/users.py
Expand Up @@ -13,8 +13,8 @@ def signup():
"password": "some_password"
}
```
Returns HTTP 200 with empty JSON on success, 400 on missing params,
500 otherwise.
Returns HTTP 200 with empty JSON on success, 400 on missing params, 500
otherwise.
"""
if not request.is_json:
raise BadRequest("The payload is not valid JSON")
Expand Down

0 comments on commit 63c1d5b

Please sign in to comment.