We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6be122 commit d76a980Copy full SHA for d76a980
.env
@@ -1,3 +1,3 @@
1
REACT_APP_API_URL=http://192.168.120.131:32357
2
3
-REACT_APP_API_CHAT=
+REACT_APP_API_CHAT=http://192.168.120.213:15001
src/pages/WatchLiveStream.js
@@ -101,7 +101,7 @@ const WatchLiveStream = () => {
101
// Gọi API để lấy thông tin stream
102
const fetchStreamInfo = async () => {
103
try {
104
- const response = await fetch(`http://103.9.157.149:15001/streams/get/${streamKey}`);
+ const response = await fetch(`http://192.168.120.213:15001/streams/get/${streamKey}`);
105
if (!response.ok) {
106
throw new Error("Failed to fetch stream info");
107
}
0 commit comments