increasing sizing
This commit is contained in:
@@ -46,7 +46,6 @@ export const useFetchCameraConfig = (cameraSide: string) => {
|
||||
onSuccess: () => toast("Settings Successfully saved"),
|
||||
});
|
||||
|
||||
console.log(fetchedConfigQuery.data);
|
||||
return {
|
||||
data: fetchedConfigQuery.data,
|
||||
isPending: fetchedConfigQuery.isPending,
|
||||
|
||||
@@ -3,8 +3,8 @@ import { useQuery } from "@tanstack/react-query";
|
||||
|
||||
const apiUrl = import.meta.env.VITE_BASEURL;
|
||||
const folkstoneUrl = import.meta.env.VITE_FOLKESTONE_BASE;
|
||||
console.log(folkstoneUrl);
|
||||
async function fetchSnapshot(cameraSide: string) {
|
||||
console.log(`${folkstoneUrl}/${cameraSide}-preview`);
|
||||
const response = await fetch(
|
||||
// `${folkstoneUrl}/Colour-preview`
|
||||
`${apiUrl}/${cameraSide}-preview`
|
||||
|
||||
Reference in New Issue
Block a user