We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ce919 commit a2c556bCopy full SHA for a2c556b
api/test.js
@@ -0,0 +1,4 @@
1
+module.exports = (req, res) => {
2
+ const {username, age} = req.body
3
+ res.send(`username: ${username},age: ${age}`)
4
+}
0 commit comments