rename postEnvelope as postAnnotation

This commit is contained in:
2025-09-17 10:40:17 +02:00
parent 7bc6cc92a0
commit c41c521fca
4 changed files with 4 additions and 4 deletions

View File

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