From 9c405fa0de398486dfcc96fe7d8a7326ce129525 Mon Sep 17 00:00:00 2001 From: zain_arif Date: Wed, 18 Mar 2026 12:49:44 +0700 Subject: [PATCH] fix(api): change endpoint to qr & resize frame --- src/pages/webControl/IndexWebControl.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/webControl/IndexWebControl.jsx b/src/pages/webControl/IndexWebControl.jsx index 60af7da..500a518 100644 --- a/src/pages/webControl/IndexWebControl.jsx +++ b/src/pages/webControl/IndexWebControl.jsx @@ -12,7 +12,7 @@ const IndexWebControl = memo(function IndexWebControl() { const [isPlaying, setIsPlaying] = useState(false); - const url = "https://117.102.231.130:9529"; + const url = "https://117.102.231.130:9531/qrview"; const handlePlay = () => { setIsPlaying(true); @@ -57,7 +57,7 @@ const IndexWebControl = memo(function IndexWebControl() {