Merge pull request #2224 from mempool/simon/redirect-with-path
Redirect with path
This commit is contained in:
commit
573168f647
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user