Node.JS app.post "unresolved function or method post()"

When attempting to make a Node.JS / express app, whenever I try to use the app.post() / router.post() method it throws an error stating that it is a unresolved function or method. I've tried just ignoring it and running the app, but then it returns a 404 error. Any solution?

0

请先登录再写评论。