Skip to content
Snippets Groups Projects
Commit 0bb75a03 authored by Renzo Mauro Ontivero's avatar Renzo Mauro Ontivero
Browse files

Agregando custom to RSK

parent 48e0bff0
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,20 @@ module.exports.routes = {
'GET /rinkeby/createAccount' : 'RinkebyController.createAccount',
'GET /rinkeby/get_balance/:account' : 'RinkebyController.getBalance',
'GET /bfa/verify/:ots/:file_hash' : 'BfaController.verify',
'GET /bfa/createAccount' : 'BfaController.createAccount',
'GET /bfa/get_balance/:account' : 'BfaController.getBalance',
'GET /rsk/verify/:ots/:file_hash' : 'RskController.verify',
'GET /rsk/createAccount' : 'RskController.createAccount',
'GET /rsk/get_balance/:account' : 'RskController.getBalance',
'POST /transaction/send' : 'TransactionController.send',
'POST /blockchain/stamp' : 'BlockchainController.stamp',
'POST /rinkeby/stamp' : 'RinkebyController.stamp',
'POST /bfa/stamp' : 'BfaController.stamp',
'POST /rsk/stamp' : 'RskController.stamp',
/***************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment