Skip to content

Commit

Permalink
checking env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornweb committed Apr 5, 2024
1 parent 78d842c commit cda7309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Flights.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Flights: React.FC = () => {
const handlePostRequest = async () => {
setLoading(true);
try {
console.log("localApiUrl:", localApiUrl);
const requestOptions: RequestInit = {
method: 'POST',
headers: {
Expand Down

0 comments on commit cda7309

Please sign in to comment.