mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rename chat API endpoints
This commit is contained in:
@ -320,7 +320,7 @@ async function convertSoloToGroupChat() {
|
||||
}
|
||||
|
||||
// Save group chat
|
||||
const createChatResponse = await fetch('/savegroupchat', {
|
||||
const createChatResponse = await fetch('/api/chats/group/save', {
|
||||
method: 'POST',
|
||||
headers: getRequestHeaders(),
|
||||
body: JSON.stringify({ id: chatName, chat: groupChat }),
|
||||
|
Reference in New Issue
Block a user