Change minor docstring

This commit is contained in:
Corder Guy 2018-04-17 15:15:16 -05:00
parent fd7e3a0628
commit cd040dfd89

View file

@ -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:]