소스 검색

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