diff --git a/api-server/server.js b/api-server/server.js index 68cf08c226..130b0ccf4a 100644 --- a/api-server/server.js +++ b/api-server/server.js @@ -94,6 +94,8 @@ app.get('/', (req, res) => { POST /comments/:id USAGE: Used for voting on a comment. + PARAMS: + option - String: Either "upVote" or "downVote" PUT /comments/:id USAGE: