Redirect with path

This commit is contained in:
softsimon 2022-07-31 23:25:28 +02:00
parent 1a761e79ad
commit 7570603b37
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

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