Merge branch 'master' into lnd-rest-api

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

View File

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