From e365e20ed54fe9363b191f24308520f41d63d1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Heffner?= <56156750+gitgoodjhe@users.noreply.github.com> Date: Mon, 3 Feb 2020 12:52:18 +0100 Subject: [PATCH] TSK-883 Adjusted taskanaRestUrl in environement-information.json --- .../environments/data-sources/environment-information.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/taskana-rest-spring-example-wildfly/src/main/resources/static/environments/data-sources/environment-information.json b/rest/taskana-rest-spring-example-wildfly/src/main/resources/static/environments/data-sources/environment-information.json index c1fdfe6b2..f3090607e 100644 --- a/rest/taskana-rest-spring-example-wildfly/src/main/resources/static/environments/data-sources/environment-information.json +++ b/rest/taskana-rest-spring-example-wildfly/src/main/resources/static/environments/data-sources/environment-information.json @@ -1,3 +1,3 @@ { - "taskanaRestUrl": "http://localhost:8080/taskana" + "taskanaRestUrl": "http://localhost:8080/taskana/api" } \ No newline at end of file