Skip to content

Commit cdce5f1

Browse files
committed
Final Update
1 parent 40f46d5 commit cdce5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/WatchLiveStream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const WatchLiveStream = () => {
101101
// Gọi API để lấy thông tin stream
102102
const fetchStreamInfo = async () => {
103103
try {
104-
const response = await fetch(`http://192.168.120.213:15001/streams/get/${streamKey}`);
104+
const response = await fetch(`${process.env.REACT_APP_API_CHAT}/streams/get/${streamKey}`);
105105
if (!response.ok) {
106106
throw new Error("Failed to fetch stream info");
107107
}

0 commit comments

Comments
 (0)