diff options
author | mayx | 2024-01-01 10:53:46 +0000 |
---|---|---|
committer | mayx | 2024-01-01 10:53:46 +0000 |
commit | 8f7d02697dce507ff6b34fef41cf4d9e43124a52 (patch) | |
tree | f5673a9b6022bcce5d927b7329a5f7a32f9c70a4 /js/main.js | |
parent | 4afea923c5f83d3bf056006abde80e8fbf83f04a (diff) |
Update 5 files
- /card.html - /llama.html - /index.html - /Live2dHistoire/live2d/js/message.js - /js/main.js
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js index 329b132..c14a457 100644 --- a/js/main.js +++ b/js/main.js @@ -54,4 +54,4 @@ if (daysold > 90) { } var message_Path = '/Live2dHistoire/live2d/'; -var talkAPI = auxiliaryHost+"/talk.php"; +var talkAPI = "https://turing-api.mayx.eu.org/"; |