diff --git a/src/app/commons/service/rest.service.ts b/src/app/commons/service/rest.service.ts index 7c92574..e144c8b 100644 --- a/src/app/commons/service/rest.service.ts +++ b/src/app/commons/service/rest.service.ts @@ -14,7 +14,7 @@ export class RESTService { constructor( @Inject(HttpClient) private _httpClient: HttpClient, ) { - this.baseURL = 'http://192.168.1.101:80/webapp'; + this.baseURL = 'http://192.168.1.103:19090/webapp'; this.httpHeaders = new HttpHeaders() .set('Accept', 'application/json') .set('Content-Type', 'application/json'); diff --git a/src/app/pages/dashboard/dashboard-page.component.html b/src/app/pages/dashboard/dashboard-page.component.html index ec071fe..0914573 100644 --- a/src/app/pages/dashboard/dashboard-page.component.html +++ b/src/app/pages/dashboard/dashboard-page.component.html @@ -1,3 +1,76 @@ -
- dashboard-page works! -
+