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 2a3111af6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
});
}