X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-frontend%2Fserver%2Fsrc%2Ffeathers%2Fservices%2Fbpmn-validate%2Fbpmn-validate.class.js;fp=otf-frontend%2Fserver%2Fsrc%2Ffeathers%2Fservices%2Fbpmn-validate%2Fbpmn-validate.class.js;h=d855145d946deb2d0aec5e2db8c922ec4055d24b;hp=8b969bc6d53ad27508b8196e7bf4f6fdbaf7c55c;hb=392cca7a80edc84824d6521e85b54f693765bd60;hpb=25d4860be0053f0d3f27cf03947bf05a15f03f62 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"