瀏覽代碼

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