Redirect with path

This commit is contained in:
softsimon
2022-07-31 23:25:28 +02:00
parent 1a761e79ad
commit 7570603b37

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