Change minor docstring
This commit is contained in:
parent
fd7e3a0628
commit
cd040dfd89
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def process_request(uri):
|
|||
'''
|
||||
Handles the API endpoint.
|
||||
Currently supports:
|
||||
- /mocha/users/'user_id' Returns JSON of the specified user
|
||||
- /mocha/users/{user_id} Returns JSON of the specified user
|
||||
- /mocha/users/* Returns JSON list of all users
|
||||
'''
|
||||
parts = uri.split('/')[1:]
|
||||
|
|
Reference in a new issue