Skip to content
Snippets Groups Projects
Unverified Commit 13e97a38 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix /officially_signed_documents/sign path

parent 583bfd2b
No related branches found
No related tags found
No related merge requests found
Pipeline #9926 passed with warnings
......@@ -17,7 +17,7 @@ class SignaturePdfUpload extends VPUSignatureLitElement {
super();
this.lang = i18n.language;
this.entryPointUrl = commonUtils.getAPiUrl();
this.signingUrl = this.entryPointUrl + "/officially_signed_document/sign";
this.signingUrl = this.entryPointUrl + "/officially_signed_documents/sign";
this.signedFiles = [];
this.signedFilesCount = 0;
this.errorFiles = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment