refactor(EnvelopeController): Umbenennen in AnnotationController
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user