diff --git a/.env b/.env index 11f26c2..26dcac8 100644 --- a/.env +++ b/.env @@ -1 +1,5 @@ -VITE_API_URL=http://192.168.1.204:3000/ \ No newline at end of file +<<<<<<< HEAD +VITE_API_URL=http://192.168.1.204:3000/ +======= +VITE_API_URL=http://192.168.1.204:3000 +>>>>>>> b8d191113582cbbfeaea9d0bea544c445a25c2ac diff --git a/src/components/TableSelector.tsx b/src/components/TableSelector.tsx index 0550508..40c138b 100644 --- a/src/components/TableSelector.tsx +++ b/src/components/TableSelector.tsx @@ -15,7 +15,7 @@ function TableSelector({ }: TableSelectorProps) { console.log(tables); return ( -