Closed lc9900 closed 7 years ago
Run npm install first Added lat, and lng as STRINGs to the Place model. When updating meetup, here's what req.body needs to be --
{ "googleId": "12345", "status": "accepted", "originId": 2, "userId": 2, "name": "Gotham", "address": "123 Batman Drive", "lat": "60.12312252343234", "lng": "-84.12341351341234" }
Run npm install first Added lat, and lng as STRINGs to the Place model. When updating meetup, here's what req.body needs to be --