diff --git a/lib/routes.js b/lib/routes.js index 8bb95189..be9836ee 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -367,7 +367,6 @@ app.post('/phone_code', getCustomerWithPhoneCode) app.patch('/customer/:id', updateCustomer) app.post('/tx', postTx) -app.post('/tx/createWallet', createWallet) app.get('/tx/:id', getTx) app.get('/tx', getPhoneTx) app.get('/logs', getLastSeen)