refactor(chat): remove guest history synchronization
This commit is contained in:
@@ -26,6 +26,5 @@
|
||||
"reportUserInfo": { "method": "post", "path": "/api/data/report-user-info" },
|
||||
"feedback": { "method": "post", "path": "/api/feedback" },
|
||||
"characters": { "method": "get", "path": "/api/characters" },
|
||||
"chatPreviews": { "method": "get", "path": "/api/chat/previews" },
|
||||
"chatSync": { "method": "post", "path": "/api/chat/sync" }
|
||||
"chatPreviews": { "method": "get", "path": "/api/chat/previews" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user