summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/routes.js
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-11 17:19:46 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-11 17:19:57 +0800
commitfa426eee7abcb1a509b263585f4556f661a99d38 (patch)
tree8c407df60c15ca1847267b2d4302e6629f8006a9 /usecaseui-portal/src/app/mock/routes.js
parent364ae06e60c429a92d33985ed6016159ab49d495 (diff)
feat: add post and put mock method
Change-Id: Ibe85c6deacb9f38795f33a4379c33a891bb3ef28 Issue-ID: USECASEUI-306 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/routes.js')
-rw-r--r--usecaseui-portal/src/app/mock/routes.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/mock/routes.js b/usecaseui-portal/src/app/mock/routes.js
index 4a4b4057..7e148e9f 100644
--- a/usecaseui-portal/src/app/mock/routes.js
+++ b/usecaseui-portal/src/app/mock/routes.js
@@ -35,8 +35,12 @@ module.exports =
/////////////////////////
///////<-------------managemence services--------->/////
+ "/uui-lcm/customers/:customer": "/serviceType",
+ "/PUT/uui-lcm/customers/:name/service-subscriptions/:id": "/PUT_uui-lcm_customers_service-subscriptions",
+ "/PUT/uui-lcm/customers/:customer": "/PUT_uui-lcm_customers",
+ "/uui-lcm/customers/:customer/service-subscriptions/:id": "/language",
"/uui-lcm/customers/:customer/service-subscriptions": "/serviceType",
- "/uui-lcm/serviceNumByServiceType/:customer":"/CustomersColumn",
+ "/uui-lcm/serviceNumByServiceType/:customer": "/CustomersColumn",
/////////////////////////