UI touchup

This commit is contained in:
Henry
2024-01-17 00:39:14 +00:00
parent f57daea946
commit 398a31f426
9 changed files with 297 additions and 172 deletions
+1
View File
@@ -13,6 +13,7 @@ const updateChatflow = (id, body) => client.put(`/chatflows/${id}`, body)
const deleteChatflow = (id) => client.delete(`/chatflows/${id}`)
const getIsChatflowStreaming = (id) => client.get(`/chatflows-streaming/${id}`)
const getAllowChatflowUploads = (id) => client.get(`/chatflows-uploads/${id}`)
export default {