Merge branch 'master' into lnd-rest-api

This commit is contained in:
wiz
2022-07-31 22:01:50 +00:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ export class EnterpriseService {
},
(error) => {
if (error.status === 404) {
window.location.href = 'https://mempool.space';
window.location.href = 'https://mempool.space' + window.location.pathname;
}
});
}