From a184c3ba05b476f5fbc3d084b10380213230e38c Mon Sep 17 00:00:00 2001 From: quartz010 Date: Thu, 23 May 2024 00:53:21 +0800 Subject: [PATCH] Compatible with the new v1 API --- js/oper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,