Skip to content

Commit 997803b

Browse files
committed
VM IP address connection and comment added
1 parent cf81af0 commit 997803b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ChatModule.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ interface ChatModuleProps {
3838
}
3939

4040
/* ---- 환경변수: API End-Point -------------------------------------- */
41+
// 별도의 API URL이 주어지지 않을 경우 localhost의 8000번 포트를 호출합니다.
4142
const API_BASE =
4243
import.meta.env.VITE_API_BASE_URL ?? "http://localhost:8000";
4344

0 commit comments

Comments
 (0)