Skip to content

Commit

Permalink
fix: fix zosmf url (#3478)
Browse files Browse the repository at this point in the history
Signed-off-by: at670475 <[email protected]>
Co-authored-by: Jakub Balhar <[email protected]>
  • Loading branch information
taban03 and balhar-jakub authored Mar 26, 2024
1 parent f35aa97 commit 567c261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 567c261

Please sign in to comment.