summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/services/networkHttpservice.service.ts
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-16 18:16:52 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-16 18:17:43 +0800
commitc4be1f266b82a083eb730a2905da2cfa8196944a (patch)
tree7f2824ac32091339340690431ed3b9d767bf183a /usecaseui-portal/src/app/core/services/networkHttpservice.service.ts
parent8e369eb5aff2699160f565a1c388fc1509057262 (diff)
feat:delete extra comments in the api interface file
Change-Id: I10797f5c663c54821e336bd22dbc667a549740a7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/core/services/networkHttpservice.service.ts')
-rw-r--r--usecaseui-portal/src/app/core/services/networkHttpservice.service.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/core/services/networkHttpservice.service.ts b/usecaseui-portal/src/app/core/services/networkHttpservice.service.ts
index 2b1c38d1..00b6e79b 100644
--- a/usecaseui-portal/src/app/core/services/networkHttpservice.service.ts
+++ b/usecaseui-portal/src/app/core/services/networkHttpservice.service.ts
@@ -25,11 +25,9 @@ export class networkHttpservice {
baseUrl = baseUrl.baseUrl;//Online environment
url = {
- // The following APIs are optimizable
"getNetworkD3Data": "/uui-sotn/getNetWorkResources",
"getLogicalLinksData": "/uui-sotn/getLogicalLinks",
"deleteCloud": "/uui-sotn/deleteExtNetWork",
- // The following APIs are not optimizable
"getPInterfacesData": "/uui-sotn/getPinterfaceByPnfName/",
"createLink": "/uui-sotn/createLink/",
"querySpecificLinkInfo": "/uui-sotn/getSpecificLogicalLink/",