diff --git a/mobile/macro-comments.ftl b/mobile/macro-comments.ftl index af56f3c..f2e8cdb 100644 --- a/mobile/macro-comments.ftl +++ b/mobile/macro-comments.ftl @@ -119,7 +119,7 @@ } $.ajax({ type: "POST", - url: latkeConfig.servePath + "/add-" + type + "-comment.do", + url: latkeConfig.servePath + "/" + type + "/comments", cache: false, contentType: "application/json", data: JSON.stringify(requestJSONObject),