Skip to content

Commit

Permalink
resolved #3
Browse files Browse the repository at this point in the history
  • Loading branch information
oanhgle committed Jan 24, 2022
1 parent c82a3e7 commit d256791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ router.post("/quotes", (req, res) => {
.status(201)
.send(
"Message: Quote is added *^^* Thank you 💜\n*---Here is your reciept---*\nid: " +
req.body.id +
num +
"\nquote: " +
req.body.quote +
"\nmember: " +
Expand Down

0 comments on commit d256791

Please sign in to comment.