From bcd9ca706badaa1d948750d1d3dcb646660b1292 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 10 Sep 2024 08:47:23 -0400 Subject: [PATCH] test remove body --- controller/verifyController.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/controller/verifyController.js b/controller/verifyController.js index a8496a8..0590094 100644 --- a/controller/verifyController.js +++ b/controller/verifyController.js @@ -25,11 +25,15 @@ export const fetch = async (req, res)=>{ } }; - const bodyParameters = { + // const bodyParameters = { + // "firstname":"John", + // "lastname":"Doe", + // "dob":"04-04-1944" + // }; + + const bodyParameters = { "firstname":"John", - "lastname":"Doe", - "dob":"04-04-1944" - }; + }; //22349419550 real live userBNV //10000000001 test // `${process.env.VERIFY_ME_ENDPOINT}/10000000001`,