Skip to content

Commit

Permalink
[client]11월4일
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie-kang committed Nov 4, 2022
1 parent 0fca482 commit e8c8aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Like.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const Like = () => {
const [isLike, setIsLike] = useState(false);
const [count, setCount] = useState(1);

axios.patch('http://localhost:3001/articles/liek',)

return (
<div>
Expand Down

0 comments on commit e8c8aeb

Please sign in to comment.