Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcolquitt authored Dec 14, 2023
1 parent 60226df commit dbe17e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ router.post('/package/byRegEx', async (req, res) => {

router.post('/packages', async (req, res) => {
const packageName = req.body.Name;
console.log(req.body);
console.log(req.body[0]);
const versionInput = req.body.Version;
const offset = req.query.offset || 0; // Get the offset from the query parameters, default to 0

Expand Down

0 comments on commit dbe17e6

Please sign in to comment.