refactor(EnvelopeController): Umbenennen in AnnotationController

This commit is contained in:
2025-09-17 10:35:11 +02:00
parent 5d65f58a55
commit 660a4c24df
3 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ function postEnvelope(annotations) {
body: JSON.stringify(annotations)
}
return fetch(`/api/envelope`, options)
return fetch(`/api/annotation`, options)
}
async function setLangAsync(language, flagCode) {