added item route details (#6)

Reviewed-on: #6
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #6.
This commit is contained in:
2026-05-16 23:42:41 -07:00
committed by joseph.nelson4456
parent 4f73991360
commit 96b06cf92d
7 changed files with 163 additions and 7 deletions
+1 -1
View File
@@ -109,4 +109,4 @@ router.delete('/:id', async (req, res) => {
}
})
module.exports = router
export default router