Add mining pools resources route

This commit is contained in:
Felipe Knorr Kuhn 2022-02-06 15:10:35 -08:00
parent b383f9fc67
commit ad38e5fa2d
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -65,6 +65,12 @@ PROXY_CONFIG = [
ws: true,
secure: false,
changeOrigin: true
},
{
context: ['/resources/mining-pools/**'],
target: "https://mempool.space",
secure: false,
changeOrigin: true
}
];