Explorar el Código

bug fixed in customers route

robert2206 hace 8 años
padre
commit
f6d955a840
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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