Description
For each route handler, if the Comment is present we should return the stored value even if the stored value is the empty string and not return "null" in place of an empty string.
Currently, we return "null" when an empty string is stored in the Comment table.
Requirements:
- All route handlers return empty string or "null" depending on the DB contents