you have some info on an item and you got a list of comment on that item
how would you manage add/delete/edit with the route?
for now I have this:
/item/details/7/editcomment/1
/item/details/7/delcomment/1
/item/details/7/addcomment
is that the correct way?