code update recorded at: 17/06/25 07:21:39
This commit is contained in:
parent
b56c385145
commit
598015ee82
|
|
@ -1,5 +1,5 @@
|
|||
// Define the handler function
|
||||
export const handler = async (request, res) => {
|
||||
export const handler = async (req, res) => {
|
||||
try {
|
||||
console.log("Request strated")
|
||||
const { request } = req.body;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user