Compatible with the new v1 API

This commit is contained in:
quartz010
2024-05-23 00:53:21 +08:00
parent f3aabb2e9a
commit a184c3ba05
+1 -1
View File
@@ -581,7 +581,7 @@ function sendText() {
}
}
$.ajax({
url:info.apiUrl+'api/v1/memo',
url:info.apiUrl+'api/v1/memos',
type:"POST",
data:JSON.stringify({
'content': content,