fix: nodejs endpoint

This commit is contained in:
金伟强 2023-05-15 16:54:24 +08:00
parent bcbdbed352
commit bb525472b8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ const routes = {
},
createChatMessage: {
method: 'POST',
url: () => `/chat-message`,
url: () => `/chat-messages`,
},
getConversationMessages: {
method: 'GET',

View File

@ -1,6 +1,6 @@
{
"name": "dify-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.",
"main": "index.js",
"type": "module",