Remove unused 'createWallet' HTTP method
This commit is contained in:
parent
9fa113dc01
commit
eb69b2b5c8
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue