summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/myhttp.service.ts
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2019-01-09 11:41:18 +0800
committerzhangab <zhanganbing@chinamobile.com>2019-01-09 11:41:29 +0800
commitbd4942df4f188a4ec273a5ec95c99acb1ce6bb75 (patch)
treeeedf5c26878e690861f3541123012838da2ffbd4 /usecaseui-portal/src/app/myhttp.service.ts
parent2cd40ded13c94a8d44396dda9189716a8964051c (diff)
Support NS Package Upload for VF-C
Change-Id: Ie41e32ad556719b64b5ab66d0c488cbd65e9c83f Issue-ID: USECASEUI-156 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/myhttp.service.ts')
-rw-r--r--usecaseui-portal/src/app/myhttp.service.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/myhttp.service.ts b/usecaseui-portal/src/app/myhttp.service.ts
index 59b9530d..ee6ffaca 100644
--- a/usecaseui-portal/src/app/myhttp.service.ts
+++ b/usecaseui-portal/src/app/myhttp.service.ts
@@ -16,17 +16,13 @@
import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams, HttpResponse } from '@angular/common/http';
import { Observable } from 'rxjs/Observable';
-import { homeData, homeVmLineData, servicesSelectData, servicesTableData, creatensData, onboardTableData, onboardDataVNF, onboardDataPNF } from './dataInterface';
-
-
+import { homeData, homeVmLineData, servicesSelectData, servicesTableData, creatensData, onboardTableData, onboardDataVNF, onboardDataPNF , baseUrl} from './dataInterface';
@Injectable()
export class MyhttpService {
constructor(private http: HttpClient) { }
- // baseUrl = 'http://172.19.44.223/api/usecaseui-server/v1';
- // baseUrl = 'http://10.73.191.100:8082';
- baseUrl = '/api/usecaseui-server/v1';
+ baseUrl = baseUrl.baseUrl
url = {
listSortMasters:this.baseUrl+"/listSortMasters",
customers: this.baseUrl + "/uui-lcm/customers",