From 598015ee8236faccfdcb60c82831644dc991e0ff Mon Sep 17 00:00:00 2001 From: Lalit Mohan Kalpasi Date: Tue, 17 Jun 2025 07:21:39 +0000 Subject: [PATCH] code update recorded at: 17/06/25 07:21:39 --- handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 9ba75c5..706a7e6 100644 --- a/handler.js +++ b/handler.js @@ -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;