diff options
Diffstat (limited to 'Live2dHistoire')
-rw-r--r-- | Live2dHistoire/live2d/js/message.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js index 5a1ae5a..ca6cf11 100644 --- a/Live2dHistoire/live2d/js/message.js +++ b/Live2dHistoire/live2d/js/message.js @@ -287,7 +287,7 @@ if(!norunFlag){ showMessage('思考中~', 0); $.ajax({ type: 'POST', - url: "https://turing-api.mayx.eu.org/", + url: talkAPI, data: { "info": info_, "userId": userid_ |