removed hardcoded local IP that was used for testing

This commit is contained in:
dekzter 2025-03-04 09:34:36 -05:00
parent b8b58d29bd
commit c0635ade23

View file

@ -104,7 +104,7 @@ const ChannelsTable = () => {
};
function handleWatchStream(channelNumber) {
showVideo(`http://192.168.1.151:5656/output/stream/${channelNumber}/`);
showVideo(`/output/stream/${channelNumber}/`);
}
// (Optional) bulk delete, but your endpoint is @TODO