Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-co committed May 24, 2024
1 parent 3e06bc7 commit f1c3811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions React/test-feedback/src/context/FeedContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const FeedProvider = ({ children }) => {
}, [])

const getFeeds = async () => {
const res = await fetch(URL)
console.log(res)
const res = await fetch(URL)
console.log('res: ', res)
const data = await res.json()
console.log(data)
}
Expand Down

0 comments on commit f1c3811

Please sign in to comment.