Add mining pools resources route

This commit is contained in:
Felipe Knorr Kuhn 2022-02-06 15:10:35 -08:00
parent 505df7a6d2
commit c20ec2ac81

View File

@ -65,7 +65,13 @@ PROXY_CONFIG = [
ws: true, ws: true,
secure: false, secure: false,
changeOrigin: true changeOrigin: true
} },
{
context: ['/resources/mining-pools/**'],
target: "https://mempool.space",
secure: false,
changeOrigin: true
}
]; ];
if (configContent && configContent.BASE_MODULE == "liquid") { if (configContent && configContent.BASE_MODULE == "liquid") {