Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedSibtainRazvi committed Mar 24, 2024
1 parent 20cad93 commit f317c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function App() {
if (event.key === "Enter") {
axios.get(url).then((response) => {
setData(response.data);
console.log(response.data);
});
setLocation("");
}
Expand Down

0 comments on commit f317c4e

Please sign in to comment.