Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcolquitt authored Dec 14, 2023
1 parent 05a1aab commit ca3868c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,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.name);
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 ca3868c

Please sign in to comment.