Repair WhatsApp Control
This commit is contained in:
@@ -13,7 +13,7 @@ const IndexWebControl = memo(function IndexWebControl() {
|
||||
|
||||
const [isPlaying, setIsPlaying] = useState(true);
|
||||
|
||||
const url = "https://117.102.231.130:9531/qrview";
|
||||
const url = "http://localhost:9531/qrview";
|
||||
|
||||
const handleReset = async() => {
|
||||
setIsPlaying(false);
|
||||
|
||||
Reference in New Issue
Block a user