The-NodeJS-Master-Class icon indicating copy to clipboard operation
The-NodeJS-Master-Class copied to clipboard

handler._users[data.method] is not a function

Open yasir0707 opened this issue 4 years ago • 1 comments

handler._usersdata.method; image

yasir0707 avatar Apr 26 '21 07:04 yasir0707

Hello there, I was had the same error, I look al the file and find this and de botton // users - get handlers._users.post = function(data,callback){

};

// users - put handlers._users.post = function(data,callback){

};

// users - delete handlers._users.post = function(data,callback){

};

// Export the handlers module.exports = handlers;

I had 4 POST method. just change each one for the respective method and it works for me

Blaviken31 avatar Jan 21 '22 03:01 Blaviken31