소스 검색

test de peticion

robert2206 8 년 전
부모
커밋
7431284c5b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      controllers/http_handler.py
  2. BIN
      controllers/http_handler.pyc

+ 2 - 0
controllers/http_handler.py

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

BIN
controllers/http_handler.pyc