fix: nodejs endpoint (#20)

This commit is contained in:
Joel
2023-05-15 16:57:05 +08:00
committed by GitHub
parent 805da40b15
commit c2e7fe107a
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',