Skip to content

Commit 582a857

Browse files
committed
backup
1 parent d06a7b8 commit 582a857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

componets/add.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Add(props) {
1717
async function deleteItem(idx) {
1818

1919

20-
return console.log(idx)
20+
// return console.log(idx)
2121

2222
const req = await fetch("https://django-todo-list-api.herokuapp.com/api/todo/" + idx, { credentials: 'include', method: 'DELETE' })
2323

0 commit comments

Comments
 (0)