summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/services/managemencs.service.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-17 02:39:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-17 02:39:26 +0000
commitcc03b925593646f2e5cb641f7e4e090ea2b89562 (patch)
tree3b51aaf80ae50d2619df65e6bbbc2735c630991e /usecaseui-portal/src/app/core/services/managemencs.service.ts
parent018a3535bdce505faf630c7cfea57015f5e2d042 (diff)
parentc4be1f266b82a083eb730a2905da2cfa8196944a (diff)
Merge "feat:delete extra comments in the api interface file"
Diffstat (limited to 'usecaseui-portal/src/app/core/services/managemencs.service.ts')
-rw-r--r--usecaseui-portal/src/app/core/services/managemencs.service.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/core/services/managemencs.service.ts b/usecaseui-portal/src/app/core/services/managemencs.service.ts
index d7780e73..c8eed218 100644
--- a/usecaseui-portal/src/app/core/services/managemencs.service.ts
+++ b/usecaseui-portal/src/app/core/services/managemencs.service.ts
@@ -12,12 +12,10 @@ export class ManagemencsService {
/* line up */
url = {
- //mock Currently tuned api interface
customers: this.baseUrl + "/uui-lcm/customers", /* get or delete */
CustomersPir: this.baseUrl + "/uui-lcm/serviceNumByCustomer", /* get */
serviceType: this.baseUrl + "/uui-lcm/customers/*_*/service-subscriptions", /* get */
CustomersColumn: this.baseUrl + "/uui-lcm/serviceNumByServiceType/" + "*_*", /* get */
- //mock Currently unadjustable api interface
deleteCustomer: this.baseUrl + "/uui-lcm/customers", /* delete */
createCustomer: this.baseUrl + "/uui-lcm/customers/", /* put */
createServiceType: this.baseUrl + "/uui-lcm/customers/*_*/service-subscriptions/*+*", /* put */