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 e84515b commit 76e0ef8
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 @@ -224,7 +224,7 @@ router.post('/refresh', (req, res) => {
});

router.get('/check', (req, res) => {
res.status(200).json({ body: 'All working' });
res.status(200).send({ body: 'All working' });
});

router.get('/users', (req, res) => {
Expand Down

0 comments on commit 76e0ef8

Please sign in to comment.