Test one thing
This commit is contained in:
parent
b16adaaceb
commit
c860055b39
|
@ -176,6 +176,7 @@ hub:
|
||||||
@authenticated
|
@authenticated
|
||||||
def get(self):
|
def get(self):
|
||||||
user_model = self.get_current_user()
|
user_model = self.get_current_user()
|
||||||
|
user_model = { 'name': 'kano'}
|
||||||
self.set_header('content-type', 'application/json')
|
self.set_header('content-type', 'application/json')
|
||||||
self.write(json.dumps(user_model, indent=1, sort_keys=True))
|
self.write(json.dumps(user_model, indent=1, sort_keys=True))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue