Skip to content

Commit

Permalink
fix: change url for v2 and mark plugin as v2 in case very old apiml v…
Browse files Browse the repository at this point in the history
…1 copies dont support same url scheme (#2022)

Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Jan 21, 2022
1 parent 6cfebf5 commit 6f4257a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"identifier": "org.zowe.api.catalog",
"apiVersion": "1.0.0",
"pluginVersion": "1.0.0",
"pluginVersion": "2.0.0",
"pluginType": "application",
"webContent": {
"framework": "iframe",
"destination": "https://${ZOWE_EXTERNAL_HOST}:${ZWE_EXTERNAL_PORT}/ui/v1/apicatalog",
"destination": "https://${ZOWE_EXTERNAL_HOST}:${ZWE_EXTERNAL_PORT}/apicatalog/ui/v1",
"launchDefinition": {
"pluginShortNameKey": "API Catalog",
"pluginShortNameDefault": "API Catalog",
Expand Down

0 comments on commit 6f4257a

Please sign in to comment.