mirror of
https://github.com/aculix/vector-drawable-nextjs.git
synced 2026-06-12 21:08:35 +00:00
add functions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = (req, res) => {
|
||||
res.json({
|
||||
body: req.body,
|
||||
query: req.query,
|
||||
cookies: req.cookies,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user