简体   繁体   中英

Could not proxy request /api/products from localhost:3000 to http://127.0.0.1:5000

powershell

browser console package.json file

For proxy, you have to set this in your package.json

"proxy": "http://localhost:3000",

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