X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-frontend%2Fserver%2Fsrc%2Ffeathers%2Fservices%2Fbpmn-validate%2Fbpmn-validate.class.js;h=d855145d946deb2d0aec5e2db8c922ec4055d24b;hb=4aa834248259be4943f4a6c45ed52cdb7f5c0944;hp=8b969bc6d53ad27508b8196e7bf4f6fdbaf7c55c;hpb=71f05af02b4df0221f4aa83a2ab4da1d20d327f7;p=it%2Fotf.git diff --git a/otf-frontend/server/src/feathers/services/bpmn-validate/bpmn-validate.class.js b/otf-frontend/server/src/feathers/services/bpmn-validate/bpmn-validate.class.js index 8b969bc..d855145 100644 --- a/otf-frontend/server/src/feathers/services/bpmn-validate/bpmn-validate.class.js +++ b/otf-frontend/server/src/feathers/services/bpmn-validate/bpmn-validate.class.js @@ -249,7 +249,7 @@ class Service { } }; let options = { - url: 'https://localhost/' + this.options.app.get('base-path') + 'file-transfer', + url: this.options.app.get('otf').url + this.options.app.get('base-path') + 'file-transfer', headers: { 'Authorization': params.headers.Authorization, 'Content-Type': "multipart/form-data"