Fix line
This commit is contained in:
parent
4e5edece48
commit
85a7158b14
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue