Redirect with path
This commit is contained in:
		
							parent
							
								
									1a761e79ad
								
							
						
					
					
						commit
						7570603b37
					
				@ -49,7 +49,7 @@ export class EnterpriseService {
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    (error) => {
 | 
					    (error) => {
 | 
				
			||||||
      if (error.status === 404) {
 | 
					      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