How to fetch a get request having key value in path variables

前端 未结 0 618
无人及你
无人及你 2020-12-19 04:35

I am fetching a get request in componentDIdMount function like this-

    componentDidMount(){
    fetch(\'http://localhost:4000/restaurant/item/findAll/:1\')
         


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