fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.48k stars 3.69k forks source link

change `note` ids into strings #3702

Open devserkan opened 1 week ago

devserkan commented 1 week ago

Our /api/notes/:id route assumes that the ids are string and do not convert them with parseInt or anything else to match with request.params.id.