@@ -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