ソースを参照

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