Postgresql – Can't get Id in the correct format from URL while making a get request with c.req.param('id')
So i am building backend of a blog application and almost every other route is working just fine but for some reason route blogRouter.get('/:id') is not (This route is suppose to return blog whose id is being send in the…