axios.post.then() is ignoring the then() part for some reason

后端 未结 0 1902
我寻月下人不归
我寻月下人不归 2020-12-03 04:10

I have this function...

function waterCalibrator() {
    axios.post("http://localhost:3001/api/update-water", {
    waterValue: props.moisture
    }         


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