Commit 68452dea authored by 우지원's avatar 우지원
Browse files

o

parent c8e83894
......@@ -17,7 +17,7 @@ const HomeProfile = () => {
try {
// console.log('userID', userID)
// `/users/${userId}`
const data = await userApi.getUser(`/user/${userId}`)
const data = await userApi.getUser(userID)
// console.log(data)
setUser(data)
// console.log(user)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment