Skip to content

Commit b72aaa3

Browse files
committed
refactor: change the api in UI.
1 parent 57b7b78 commit b72aaa3

File tree

1 file changed

+1
-1
lines changed
  • chatbot-ui/src/components

1 file changed

+1
-1
lines changed

chatbot-ui/src/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const API_CONFIG = {
1111
ENDPOINTS: {
1212
CONVERSATIONS: '/api/conversations',
1313
GENERATE_NAME: '/api/generate_name',
14-
STREAM_CHAT: '/api/stream_chat'
14+
STREAM_CHAT: '/chat/stream'
1515
}
1616
};
1717

0 commit comments

Comments
 (0)