mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-25 03:58:37 +09:00
Compatible with the new v1 API
This commit is contained in:
+1
-1
@@ -581,7 +581,7 @@ function sendText() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url:info.apiUrl+'api/v1/memo',
|
url:info.apiUrl+'api/v1/memos',
|
||||||
type:"POST",
|
type:"POST",
|
||||||
data:JSON.stringify({
|
data:JSON.stringify({
|
||||||
'content': content,
|
'content': content,
|
||||||
|
|||||||
Reference in New Issue
Block a user