Переглянути джерело

bug fixed in customers route

robert2206 8 роки тому
батько
коміт
f6d955a840
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      controllers/http_handler.py

+ 2 - 2
controllers/http_handler.py

@@ -73,5 +73,5 @@ class Auth(http.Controller):
 class ApiManager(http.Controller):
 
     @http.route(['/api/customers'], type = 'http', auth = 'none')
-    class customers(self):
-        print customers
+    def customers(self):
+        pass