fix(EnvelopeController): remove envelopeKey route parameter

This commit is contained in:
2025-09-04 23:17:24 +02:00
parent 77070a8cfc
commit 1d605e9da3
5 changed files with 26 additions and 9 deletions

View File

@@ -272,7 +272,7 @@ class App {
// Export annotation data and save to database
try {
const res = await postEnvelope(this.envelopeKey, await iJSON);
const res = await postEnvelope(await iJSON);
if (!res.ok) {
if (res.status === 403) {