From: Srinivasan Date: Mon, 29 Mar 2021 14:21:50 +0000 (+0530) Subject: bug fix pcb demo X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F4193%2F2;p=ealt-edge.git bug fix pcb demo Signed-off-by: Srinivasan Change-Id: Ia09f8337052083ffc2f7c47d3180c33cafa01dbc --- diff --git a/example-apps/PDD/frontend-src/src/app/ealtservice.service.ts b/example-apps/PDD/frontend-src/src/app/ealtservice.service.ts index 3d5bc9b..dd0a7e4 100644 --- a/example-apps/PDD/frontend-src/src/app/ealtservice.service.ts +++ b/example-apps/PDD/frontend-src/src/app/ealtservice.service.ts @@ -20,7 +20,7 @@ import { v4 as uuid } from 'uuid'; export class EaltserviceService { - private baseUrl = 'http://159.138.139.4:30281/'; + private baseUrl = 'http://localhost:30281/'; private imageUploadUrl = this.baseUrl+'uploadimageinput'; @@ -35,9 +35,6 @@ export class EaltserviceService { private pcbDetectUrl = this.baseUrl - private monitorImageUrl = 'http://159.138.33.54:30092' + '/v1/inventry/image' - - constructor(private http:HttpClient) { } @@ -82,4 +79,4 @@ export class EaltserviceService { return this.http.get(this.pcbDetectUrl); } -} \ No newline at end of file +}