summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/core/services/text.service.ts
diff options
context:
space:
mode:
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"]);
}
//-------------------------------------------------------------------------------------