Rename group API endpoints

This commit is contained in:
valadaptive
2023-12-06 12:40:58 -05:00
parent dcde1bd5ba
commit 8027372fc2
3 changed files with 15 additions and 9 deletions

View File

@ -251,7 +251,7 @@ async function convertSoloToGroupChat() {
const metadata = Object.assign({}, chat_metadata);
delete metadata.main_chat;
const createGroupResponse = await fetch('/creategroup', {
const createGroupResponse = await fetch('/api/groups/create', {
method: 'POST',
headers: getRequestHeaders(),
body: JSON.stringify({