|
@@ -126,6 +126,8 @@ class ApiManager(http.Controller):
|
|
|
auth = 'none',
|
|
|
cors = '*')
|
|
|
def restify(self, **args):
|
|
|
+ print args
|
|
|
+ print "----------------------------------------------------------------"
|
|
|
if not self.valid_token():
|
|
|
return self.make_response({'error': 'unauthorized resource'}, 401) # access denied
|
|
|
|