From eb69b2b5c83b8e59546b0ba4eeccfdf91c8c2731 Mon Sep 17 00:00:00 2001 From: littlenaut Date: Sun, 10 Mar 2019 13:05:39 +0000 Subject: [PATCH] Remove unused 'createWallet' HTTP method --- lib/routes.js | 1 - 1 file changed, 1 deletion(-) 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)