diff --git a/backend/src/api/bitcoin/bitcoin.routes.ts b/backend/src/api/bitcoin/bitcoin.routes.ts index 718d36995..293af3602 100644 --- a/backend/src/api/bitcoin/bitcoin.routes.ts +++ b/backend/src/api/bitcoin/bitcoin.routes.ts @@ -77,7 +77,7 @@ class BitcoinRoutes { ; } - app.get(config.MEMPOOL.API_URL_PREFIX + 'health', this.generateHealthReport); + app.get('/api/internal/health', this.generateHealthReport); } private async generateHealthReport(req: Request, res: Response): Promise {