Merge pull request #5296 from mempool/mononaut/disable-services-proxy
[ops] disable node services api proxy on production
This commit is contained in:
commit
8a96669260
@ -333,8 +333,10 @@ class Server {
|
||||
if (config.MEMPOOL_SERVICES.ACCELERATIONS) {
|
||||
accelerationRoutes.initRoutes(this.app);
|
||||
}
|
||||
if (!config.MEMPOOL.OFFICIAL) {
|
||||
aboutRoutes.initRoutes(this.app);
|
||||
}
|
||||
}
|
||||
|
||||
healthCheck(): void {
|
||||
const now = Date.now();
|
||||
|
Loading…
x
Reference in New Issue
Block a user