简体   繁体   中英

Can not get “POST” response from express app.js

I have tried this for first time but i fail to get back "POST" response on localhost.

enter image description here

I get this type of error on going to localhost://3000

enter image description here

enter image description here

Please give me solutions!!!

Your server gives you Cannot GET /add because it's a POST request and you're trying to run it as GET. If you want to test your POST requests use tools like postman or insomnia

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM