Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkirathe committed Sep 4, 2024
1 parent 3a4136b commit 89bbebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify/functions/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ router.get('/check', (req, res) => {
res.status(200).json({message});
});

router.get('/users', (req, res) => {
router.post('/users', (req, res) => {
res.status(200).json({users});
});

Expand Down

0 comments on commit 89bbebe

Please sign in to comment.