EG version upgrade to 1.3
[ealt-edge.git] / 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
+}