That's not how you set headers in axios.
It should be
Axios.post('http://192.168.1.111:8000/api/v1/consumption', this.state.selectedData)
not sure how to set the headers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community