maitraysuthar/rest-api-nodejs-mongodb

Cannot post array

theone3nu opened this issue · 2 comments

This is my post request with body as application/json format from postman

`{"title": "test",
        "date": "March 12 12 pm",
       
        
        "status": "Ongoing",
       
		"users": ["1","2"]
}`

But in nodejs when i try to retrieve req.body users am getting only 1 as output but not whole array.

Can you please elaborate on which API you are trying?