Преглед изворни кода

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