We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a7b8 commit 582a857Copy full SHA for 582a857
componets/add.jsx
@@ -17,7 +17,7 @@ export default function Add(props) {
17
async function deleteItem(idx) {
18
19
20
- return console.log(idx)
+ // return console.log(idx)
21
22
const req = await fetch("https://django-todo-list-api.herokuapp.com/api/todo/" + idx, { credentials: 'include', method: 'DELETE' })
23
0 commit comments