rename postEnvelope as postAnnotation
This commit is contained in:
@@ -10,7 +10,7 @@ function getCsrfToken() {
|
||||
* @param {any} envelopeKey
|
||||
* @param {any} annotations
|
||||
*/
|
||||
function postEnvelope(annotations) {
|
||||
function postAnnotation(annotations) {
|
||||
const token = getCsrfToken()
|
||||
const options = {
|
||||
credentials: 'include',
|
||||
|
||||
Reference in New Issue
Block a user