I want to fetch images which I've stored locally from my backend. The object Contains the address of images locally. I want that object to be fetched

后端 未结 0 1749
天命终不由人
天命终不由人 2020-11-29 05:18

My request at frontEnd

React.useEffect(() => {
if(!props.name)
return;
fetch(`http://localhost:4000/${props.name}`)
  .then((res) => res.json())
  .then         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题