mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 20:08:32 +02:00
[ops] disable services api proxy on production
This commit is contained in:
parent
2c81ebb637
commit
92434d41a4
@ -333,7 +333,9 @@ class Server {
|
||||
if (config.MEMPOOL_SERVICES.ACCELERATIONS) {
|
||||
accelerationRoutes.initRoutes(this.app);
|
||||
}
|
||||
aboutRoutes.initRoutes(this.app);
|
||||
if (!config.MEMPOOL.OFFICIAL) {
|
||||
aboutRoutes.initRoutes(this.app);
|
||||
}
|
||||
}
|
||||
|
||||
healthCheck(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user