mirror of
https://github.com/mempool/mempool.git
synced 2025-10-09 22:02:50 +02:00
Bisq statistics page.
This commit is contained in:
@@ -92,6 +92,7 @@ class Server {
|
||||
|
||||
if (config.BISQ_ENABLED) {
|
||||
this.app
|
||||
.get(config.API_ENDPOINT + 'bisq/stats', routes.getBisqStats)
|
||||
.get(config.API_ENDPOINT + 'bisq/tx/:txId', routes.getBisqTransaction)
|
||||
.get(config.API_ENDPOINT + 'bisq/block/:hash', routes.getBisqBlock)
|
||||
.get(config.API_ENDPOINT + 'bisq/blocks/:index/:length', routes.getBisqBlocks)
|
||||
|
Reference in New Issue
Block a user