bug fix pcb demo 93/4193/2
authorSrinivasan <srinivasan.s.n@huawei.com>
Mon, 29 Mar 2021 14:21:50 +0000 (19:51 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Mon, 29 Mar 2021 14:38:41 +0000 (14:38 +0000)
Signed-off-by: Srinivasan <srinivasan.s.n@huawei.com>
Change-Id: Ia09f8337052083ffc2f7c47d3180c33cafa01dbc

example-apps/PDD/frontend-src/src/app/ealtservice.service.ts

index 3d5bc9b..dd0a7e4 100644 (file)
@@ -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<any>(this.pcbDetectUrl);
   }
 
-}
\ No newline at end of file
+}