Skip to content

Commit 40f46d5

Browse files
committed
Update
1 parent ba901e4 commit 40f46d5

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://103.9.157.149:15001/streams/get/${streamKey}`);
104+
const response = await fetch(`http://192.168.120.213:15001/streams/get/${streamKey}`);
105105
if (!response.ok) {
106106
throw new Error("Failed to fetch stream info");
107107
}

0 commit comments

Comments
 (0)