diff --git a/frontend/src/app/data.service.ts b/frontend/src/app/data.service.ts index 7a69ba0..1e77223 100644 --- a/frontend/src/app/data.service.ts +++ b/frontend/src/app/data.service.ts @@ -235,8 +235,10 @@ export class DataService { } } - - }) + }, (error=>{ + this.errorService.handleInitError(error); + } + )) })