diff --git a/mocha_server.py b/mocha_server.py index a4dfab0..4f2a2b8 100755 --- a/mocha_server.py +++ b/mocha_server.py @@ -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:]