ACM-Thapar / ACM-Thapar/opensource-bootcamp-1

DELETE /todos/:id is not deleting items

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。