Skip to content
Snippets Groups Projects
Commit ccd1f7b9 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Adjust pdf upload endpoints

This was just changed in the backend
parent 024fe24e
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
} catch(error) {
apiUrlBase = jsonld.getApiUrlForEntityName("AdvancedlySignedDocument");
}
this.fileSourceUrl = apiUrlBase + "/sign";
this.fileSourceUrl = apiUrlBase;
});
break;
}
......
......@@ -379,7 +379,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
case "entryPointUrl":
JSONLD.initialize(this.entryPointUrl, (jsonld) => {
const apiUrlBase = jsonld.getApiUrlForEntityName("QualifiedSigningRequest");
this.fileSourceUrl = apiUrlBase + "/create";
this.fileSourceUrl = apiUrlBase ;
});
break;
}
......
......@@ -205,7 +205,7 @@ class SignatureVerificationFull extends ScopedElementsMixin(DBPSignatureLitEleme
case "entryPointUrl":
JSONLD.initialize(this.entryPointUrl, (jsonld) => {
const apiUrlBase = jsonld.getApiUrlForEntityName("ElectronicSignatureVerificationReport");
this.fileSourceUrl = apiUrlBase + "/create";
this.fileSourceUrl = apiUrlBase;
});
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment