A client can persist a comment by sending a POST request with { author_email, data, post_id } to /comments. Comments do not have a GET endpoint, they are automatically fetched when the browsers fetches posts. The database schema has been corrected and production endpoints are not available
A client can persist a comment by sending a POST request with { author_email, data, post_id } to /comments. Comments do not have a GET endpoint, they are automatically fetched when the browsers fetches posts. The database schema has been corrected and production endpoints are not available