From cda7309cbbf48ecefc04ad214412acf4a1c8c5d4 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 5 Apr 2024 19:42:30 +1300 Subject: [PATCH] checking env var --- src/components/Flights.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Flights.tsx b/src/components/Flights.tsx index 8e52743..ad8f0e9 100644 --- a/src/components/Flights.tsx +++ b/src/components/Flights.tsx @@ -29,6 +29,7 @@ const Flights: React.FC = () => { const handlePostRequest = async () => { setLoading(true); try { + console.log("localApiUrl:", localApiUrl); const requestOptions: RequestInit = { method: 'POST', headers: {