We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f76d commit b9b1390Copy full SHA for b9b1390
config/routes.js
@@ -31,9 +31,9 @@ module.exports = function(app) {
31
app.get(apiPrefix + '/tx/simple/rpc/:txidsimplerpc', transactions.show);
32
app.param('txidsimplerpc', transactions.simpleTransactionRpc);
33
34
- // Test Simple Transaction output from DB
35
- app.get(apiPrefix + '/tx/simple/db/:txidsimpledb', transactions.show);
36
- app.param('txidsimpledb', transactions.simpleTransactionDb);
+// // Test Simple Transaction output from DB
+// app.get(apiPrefix + '/tx/simple/db/:txidsimpledb', transactions.show);
+// app.param('txidsimpledb', transactions.simpleTransactionDb);
37
38
39
// Address routes
0 commit comments