added nped list functionality
This commit is contained in:
@@ -4,7 +4,6 @@ import { useQuery } from "@tanstack/react-query";
|
||||
const apiUrl = import.meta.env.VITE_BASEURL;
|
||||
|
||||
async function fetchSnapshot(cameraSide: string) {
|
||||
console.log(`${apiUrl}/${cameraSide}-preview`);
|
||||
const response = await fetch(
|
||||
// `http://100.116.253.81/Colour-preview`
|
||||
`${apiUrl}/${cameraSide}-preview`
|
||||
|
||||
Reference in New Issue
Block a user