🎨 更新评论 URL

This commit is contained in:
Liang Ding 2018-12-02 21:14:47 +08:00
parent 3dbccc7535
commit 09e548df60
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

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