diff --git a/js/oper.js b/js/oper.js index 6604b5e..74bda8d 100644 --- a/js/oper.js +++ b/js/oper.js @@ -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,