Skip to content

Commit

Permalink
Merge pull request #310 from J-B-Mugundh/main
Browse files Browse the repository at this point in the history
Update Climate.jsx
  • Loading branch information
manikumarreddyu authored Oct 11, 2024
2 parents 56e4b62 + 3285f23 commit d1d48ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Climate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const fetchData = async URL => {
const response = await fetch(`${URL}&appid=${API_key}`)
return response.json()
}

// OpenWeatherAPI Endpoints
const url = {
currentWeather: (lat, lon) =>
`https://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${lon}`,
Expand Down

0 comments on commit d1d48ac

Please sign in to comment.