Very obvious issue here: ``` createCustomer(data, cb) { return this.post({ path: '/create/customer' + cust_id }, cb); } ```
Very obvious issue here: