Redirect with path

This commit is contained in:
softsimon 2022-07-31 23:25:28 +02:00
parent e589a28f68
commit 778d27ccb1

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