updated addr

This commit is contained in:
2025-09-19 13:22:44 +01:00
parent 41da85620d
commit 93bc348406
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import { useRef, useCallback, useEffect } from "react";
import { useQuery } from "@tanstack/react-query";
const apiUrl = import.meta.env.VITE_AGX_FRONT_BASE;
const apiUrl = import.meta.env.VITE_LOCAL_BASE;
async function fetchSnapshot(cameraSide: string) {
const response = await fetch(`${apiUrl}/${cameraSide}-preview`);