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=eae2f7f8be0b2fbb1876d16c117dc3ce5a247f11;hb=cf067bb8bd9b45e79a85e9612a0f4c5abeb727b8;hp=d855145d946deb2d0aec5e2db8c922ec4055d24b;hpb=596b1d89c5f63170ed40abb6f7b9395178c5e44e;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 d855145..eae2f7f 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: this.options.app.get('otf').url + this.options.app.get('base-path') + 'file-transfer', + uri: this.options.app.get('otf').url + this.options.app.get('base-path') + 'file-transfer', headers: { 'Authorization': params.headers.Authorization, 'Content-Type': "multipart/form-data"