mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
seeing weird traffic in prod, trying to reduce recent changes
This commit is contained in:
parent
0cee7cefb6
commit
9da307723c
1 changed files with 2 additions and 1 deletions
|
|
@ -1360,11 +1360,12 @@ router.get("/block-analysis", function(req, res, next) {
|
|||
next();
|
||||
});
|
||||
|
||||
/*
|
||||
router.get("/tx/tx/:transactionId", asyncHandler(async (req, res, next) => {
|
||||
res.redirect(301, `${config.baseUrl}tx/${req.params.transactionId}`);
|
||||
|
||||
return;
|
||||
}));
|
||||
}));*/
|
||||
|
||||
router.get("/tx/:transactionId@:blockHeight", asyncHandler(async (req, res, next) => {
|
||||
req.query.blockHeight = req.params.blockHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue