Przeglądaj źródła

test de peticion

robert2206 8 lat temu
rodzic
commit
7431284c5b
2 zmienionych plików z 2 dodań i 0 usunięć
  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