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 e8fe15e commit 64c421e
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(JSON.stringify('All working'));
res.status(200);
});

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

0 comments on commit 64c421e

Please sign in to comment.