We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handler._usersdata.method;
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
handler._usersdata.method;
The text was updated successfully, but these errors were encountered: