Skip to content

Commit

Permalink
Merge pull request #254 from zowe/feature/v2/add-datasetcopy-url
Browse files Browse the repository at this point in the history
Add /datasetCopy url to agent routes
  • Loading branch information
1000TurquoisePogs authored Apr 12, 2023
2 parents 2329342 + e188a1c commit 38946ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/zluxArgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ if (startUpConfig.proxiedHost && startUpConfig.proxiedPort) {
method: '*',
url: '/datasetMetadata'
},
{
method: '*',
url: '/datasetCopy'
},
{
method: '*',
url: '/omvs'
Expand Down

0 comments on commit 38946ce

Please sign in to comment.