fix #1 - description link clickable

This commit is contained in:
lesion
2019-03-05 21:57:53 +01:00
parent 56f9beb8f3
commit 8c3642e868
5 changed files with 16 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ const eventController = {
},
async updatePlace (req, res) {
const place = await Place.findByPk(req.body.id)
console.log(place)
await place.update(req.body)
res.json(place)
},