Skip to content

Commit b9b1390

Browse files
committed
routes.js bugfix bitpay#3
1 parent e66f76d commit b9b1390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/routes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ module.exports = function(app) {
3131
app.get(apiPrefix + '/tx/simple/rpc/:txidsimplerpc', transactions.show);
3232
app.param('txidsimplerpc', transactions.simpleTransactionRpc);
3333

34-
// Test Simple Transaction output from DB
35-
app.get(apiPrefix + '/tx/simple/db/:txidsimpledb', transactions.show);
36-
app.param('txidsimpledb', transactions.simpleTransactionDb);
34+
// // Test Simple Transaction output from DB
35+
// app.get(apiPrefix + '/tx/simple/db/:txidsimpledb', transactions.show);
36+
// app.param('txidsimpledb', transactions.simpleTransactionDb);
3737

3838

3939
// Address routes

0 commit comments

Comments
 (0)