This commit is contained in:
Ben Goldsworthy 2020-11-28 19:38:43 +00:00
parent 4e5edece48
commit 85a7158b14

View file

@ -100,7 +100,7 @@ export class AppModule {
result => { result => {
}, },
error => { error => {
document.location = '#/500'; document.location.href = '#/500';
throw new Error('Server connection fail'); throw new Error('Server connection fail');
} }
); );