ACM-Thapar / ACM-Thapar/opensource-bootcamp-1
DELETE /todos/:id is not deleting items
オープン
- 主要言語
- JavaScript
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The delete route accepts an :id parameter, but the code inside attempts to destructure todoId from req.params. Since the parameter names don't match, the ID is undefined and nothing gets deleted. Expected Behavior: The code should use req.params.id to match the route definition
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。