rfellows commented on a change in pull request #211: NIFIREG-295 Add support 
for proxying via Apache Knox
URL: https://github.com/apache/nifi-registry/pull/211#discussion_r313460031
 
 

 ##########
 File path: 
nifi-registry-core/nifi-registry-web-ui/src/main/webapp/services/nf-registry.api.js
 ##########
 @@ -82,7 +82,7 @@ NfRegistryApi.prototype = {
      */
     getDroplet: function (bucketId, dropletType, dropletId) {
         var self = this;
-        var url = '/nifi-registry-api/buckets/' + bucketId + '/' + dropletType 
+ '/' + dropletId;
+        var url = '../nifi-registry-api/buckets/' + bucketId + '/' + 
dropletType + '/' + dropletId;
 
 Review comment:
   Looks like you missed one on line 58 (`getDropletSnapshotMetadata` still 
points to `/nifi-registry-api/`). 
   Github doesn't let me comment on lines that were not edited so the comment 
is here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to