Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
coinmarketcap api endpoint updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammad-Mubeen committed Dec 30, 2021
1 parent 2e3460a commit 7b83146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/coinsmarketcapapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ router.route("/priceconversion").post(async function (req, res, next) {

console.log('API call response: ', response.data);
return res.status(200).json({
success: false,
success: true,
worth: response.data.quote
});

Expand Down

0 comments on commit 7b83146

Please sign in to comment.