Skip to content

Commit

Permalink
Update chat endpoint route
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed Jul 2, 2024
1 parent 48361d4 commit d58099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const DC_URL = process.env.NEXT_PUBLIC_DC_URL;
const DCAPI_ENDPOINT = process.env.NEXT_PUBLIC_DCAPI_ENDPOINT;

const DC_API_SEARCH_URL = `${DCAPI_ENDPOINT}/search`;
const DCAPI_CHAT_ENDPOINT = `${DCAPI_ENDPOINT}/chat-endpoint`;
const DCAPI_CHAT_ENDPOINT = `${DCAPI_ENDPOINT}/chat/endpoint`;

export {
DC_URL,
Expand Down

0 comments on commit d58099c

Please sign in to comment.