diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-26 15:02:16 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-09-26 07:07:44 +0000 |
commit | 2b307fe51a873c200c22469327e6947095516288 (patch) | |
tree | e6d02144ae290bc3d25c78e92ef0af9217eb85eb /usecaseui-portal/src/app/core | |
parent | b730229cbdc22fa309175f87ba1644d2be5923f8 (diff) |
feat:modify service-list api file name
Change-Id: Ib10db97aa71d06a9d2be6de0b96af5a1f3c59b27
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/core')
-rw-r--r-- | usecaseui-portal/src/app/core/services/serviceList.service.ts (renamed from usecaseui-portal/src/app/core/services/myhttp.service.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/core/services/myhttp.service.ts b/usecaseui-portal/src/app/core/services/serviceList.service.ts index 26fb867c..7953bc61 100644 --- a/usecaseui-portal/src/app/core/services/myhttp.service.ts +++ b/usecaseui-portal/src/app/core/services/serviceList.service.ts @@ -19,7 +19,7 @@ import { Observable } from 'rxjs/Observable'; import { homeData, homeVmLineData, servicesSelectData, servicesTableData, creatensData, onboardTableData, onboardDataVNF, onboardDataPNF, baseUrl } from '../models/dataInterface'; @Injectable() -export class MyhttpService { +export class ServiceListService { constructor(private http: HttpClient) { } baseUrl = baseUrl.baseUrl; |