summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/services/text.service.ts
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-26 19:34:22 +0800
committerxu ran <xuranyjy@chinamobile.com>2019-08-27 02:22:40 +0000
commit5d38fbfc424c6b0a1803175989241a7cfd6ce5ff (patch)
tree3ef4fa58243066806247fb20bd5777c224657bf9 /usecaseui-portal/src/app/core/services/text.service.ts
parent53dc95156c32bb4e2a97a0b852a0c491f297889d (diff)
feat: add mock data routers config
Change-Id: I155f6957499cfb6da2462671083fa0622de6463a Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/core/services/text.service.ts')
-rw-r--r--usecaseui-portal/src/app/core/services/text.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/core/services/text.service.ts b/usecaseui-portal/src/app/core/services/text.service.ts
index 26a2caad..9ccea18a 100644
--- a/usecaseui-portal/src/app/core/services/text.service.ts
+++ b/usecaseui-portal/src/app/core/services/text.service.ts
@@ -36,7 +36,7 @@ export class TextService {
return this.http.get<any>(this.url["singleInterface"]);
}
getjsonData() {
- return this.http.get<any>(this.url["jsonInterface"]);
+ return this.http.get<any>(this.url["multipleInterface"]);
}
//-------------------------------------------------------------------------------------