issues
search
fac19
/
week5-FKAM
https://week5-fakm.herokuapp.com/public/index.html
0
stars
4
forks
source link
DELETE route /delete
#12
Open
glrta
opened
4 years ago
glrta
commented
4 years ago
[ ] route /delete && req.method === "DELETE" added to router.js
[ ] handler function in handlers.js that extracts listing id from "body" header and calls model.deleteListing(id) to delete it.
[ ] returns a 302 redirect to /public/listings.html