exports.usersignup= function(req, res) {
console.log('user signed up working')
}
exports.addcustomer= function(req, res) {
console.log('customer added')
}
I have two function which is exports.usersignup and exports.addcustomer .when i call exports.usersignup function it should call exports.addcustomer function and it should work the given logic how can i get this done any one help me out.pls dont give down vote i already tried but its not working