🎨 更新评论 URL

This commit is contained in:
Liang Ding
2018-12-02 21:14:47 +08:00
parent 3dbccc7535
commit 09e548df60

View File

@@ -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),