Skip to content

Commit 4733574

Browse files
authored
Merge pull request #35 from AjouChatBot/feat/chatapi
fix: api엔드포인트 경로 수정
2 parents 531e9da + d5c4007 commit 4733574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contexts/ChatContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const ChatProvider: React.FC<{ children: ReactNode }> = ({
5252
if (!accessToken) return;
5353
try {
5454
const response = await fetch(
55-
`${import.meta.env.VITE_APP_API_URL}/ai/keyword`,
55+
`${import.meta.env.VITE_APP_AI_URL}/keyword`,
5656
{
5757
method: 'POST',
5858
headers: {

0 commit comments

Comments
 (0)