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