mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 11:56:53 +08:00
fix: nodejs endpoint (#20)
This commit is contained in:
@@ -17,7 +17,7 @@ const routes = {
|
||||
},
|
||||
createChatMessage: {
|
||||
method: 'POST',
|
||||
url: () => `/chat-message`,
|
||||
url: () => `/chat-messages`,
|
||||
},
|
||||
getConversationMessages: {
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user