diff --git a/frontend/src/app/services/enterprise.service.ts b/frontend/src/app/services/enterprise.service.ts index be34576f9..b125739d6 100644 --- a/frontend/src/app/services/enterprise.service.ts +++ b/frontend/src/app/services/enterprise.service.ts @@ -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; } }); }