Pārlūkot izejas kodu

bug fixed in customers route

robert2206 8 gadi atpakaļ
vecāks
revīzija
f6d955a840
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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