Pinned Loading
-
-
FEC - Example Requests
FEC - Example Requests 1//GET request to find information for a particular house
2app.get('/house/:id', (req, res) =>{
3House.find({houseId: req.params.id}).then((data) => res.send(data)).catch(err => res.send(err))
4})
5 -
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.