node_rest_api_mongo
node_rest_api_mongo copied to clipboard
Results
3
node_rest_api_mongo issues
Sort by
recently updated
recently updated
newest added
It appears that in company.controller.js's update() function, a company is being assigned to a user - see line 43: company = req.user; Wondering if this could be a bug. BTW...
While I am trying to create a new user using Postman ['http://192.168.1.106:3000/v1/users' using POST method, data -> {"unique_key" : "John", "email" : "[email protected]", "phone" : "7887566", "password" : "qwer1234"} as...
May i know how can i run the server ?