name as vairables
This commit is contained in:
@@ -32,7 +32,9 @@ export const fetch = async (req, res)=>{
|
||||
// };
|
||||
|
||||
const bodyParameters = {
|
||||
"firstname":"John",
|
||||
"firstname":req.body.firstname,
|
||||
"lastname":req.body.lastname,
|
||||
"dob":req.body.dob
|
||||
};
|
||||
//22349419550 real live userBNV
|
||||
//10000000001 test
|
||||
|
||||
Reference in New Issue
Block a user