From 567c261bbe3e8702b62cdbc73afcdf0afa847a8b Mon Sep 17 00:00:00 2001 From: Andrea Tabone <39694626+taban03@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:59:58 +0100 Subject: [PATCH] fix: fix zosmf url (#3478) Signed-off-by: at670475 Co-authored-by: Jakub Balhar --- .../src/main/resources/zosmf-static-definition.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery-package/src/main/resources/zosmf-static-definition.yaml.template b/discovery-package/src/main/resources/zosmf-static-definition.yaml.template index 2bf6a107f4..73eeac20c3 100644 --- a/discovery-package/src/main/resources/zosmf-static-definition.yaml.template +++ b/discovery-package/src/main/resources/zosmf-static-definition.yaml.template @@ -9,7 +9,7 @@ services: description: 'IBM z/OS Management Facility REST API service. Once configured you can access z/OSMF via the API gateway: https://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/ibmzosmf/api/v1/info' catalogUiTileId: zosmf instanceBaseUrls: - - ${ZWE_zOSMF_scheme:-https}://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/ + - ${ZWE_zOSMF_scheme:-https}://${ZOSMF_HOST}:${ZOSMF_PORT}/ homePageRelativeUrl: # Home page is at the same URL routedServices: - gatewayUrl: api/v1