Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ReferenceError: json is not defined nodejs

/*Check your controller function
Fix it by using ,json instead of .json
eg =:*/ res.status(200).json({ message: "Route is working fine" });
 
PREVIOUS NEXT
Tagged: #json #defined #nodejs
ADD COMMENT
Topic
Name
3+7 =