diff --git a/js/annotationtools/osdAnnotationTools.js b/js/annotationtools/osdAnnotationTools.js index dbe2afd91..3bdead32f 100644 --- a/js/annotationtools/osdAnnotationTools.js +++ b/js/annotationtools/osdAnnotationTools.js @@ -1409,7 +1409,7 @@ annotools.prototype.saveAnnot = function (annotation) { annotation.updated_on = ''; jQuery.ajax({ 'type': 'POST', - url: 'api/Data/getAnnotSpatial_sc.php', + url: 'api/Data/getAnnotSpatial.php', data: annotation, success: function (res, err) { // console.log("response: ")