React native axios is not working properly

前端 未结 0 1317
执念已碎
执念已碎 2020-12-05 16:47

I have this route on me BE

app.get(\'/welcomeRoute\',(req,res)=> {
    res.send("Hello world")
})


app.listen(4000,()=> {
    console.log(&qu         


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