[health api] move into /internal
This commit is contained in:
parent
5922c616df
commit
6d945890f4
@ -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<void> {
|
private async generateHealthReport(req: Request, res: Response): Promise<void> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user