Remove unused 'createWallet' HTTP method

This commit is contained in:
littlenaut 2019-03-10 13:05:39 +00:00 committed by Josh Harvey
parent 9fa113dc01
commit eb69b2b5c8

View file

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