diff --git a/src/app/tes.service.ts b/src/app/tes.service.ts index 3431b43cc59e23b8155cd098513a53fa4229341b..bc70d8650cee9741888776962901995d8e041c60 100644 --- a/src/app/tes.service.ts +++ b/src/app/tes.service.ts @@ -150,7 +150,6 @@ private addUserHealth(identity,resp) { private getCachetIncidentsError(error: any, identity: Identity) { if (error.status == 0) { - this.notifications.notify("A network error occurred. Please try again later"); return } console.error(error); diff --git a/src/environments/environment.ts b/src/environments/environment.ts index afac02c27b5bb068894c72637a14433396bc77e0..6da5cb4b4c9988c47b599638f5422a41a8d687ab 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -6,6 +6,6 @@ export const environment = { production: false, contact: ["<STRUDEL Developers> chris.hines@monash.edu"], - logserver: "https://strudel2-dev.cloud.cvl.org.au/logging", + logserver: "https://strudel2-api-dev.cloud.cvl.org.au/logging", loginterval: 10000 };