From 5d38fbfc424c6b0a1803175989241a7cfd6ce5ff Mon Sep 17 00:00:00 2001 From: cyuamber Date: Mon, 26 Aug 2019 19:34:22 +0800 Subject: feat: add mock data routers config Change-Id: I155f6957499cfb6da2462671083fa0622de6463a Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- usecaseui-portal/src/app/core/services/text.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usecaseui-portal/src/app/core') 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(this.url["singleInterface"]); } getjsonData() { - return this.http.get(this.url["jsonInterface"]); + return this.http.get(this.url["multipleInterface"]); } //------------------------------------------------------------------------------------- -- cgit 1.2.3-korg