- Timestamp:
- 09/21/22 18:47:39 (2 years ago)
- Branches:
- master
- Children:
- 34950c6
- Parents:
- 5201690
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-frontend/src/components/PhonePageComponent.js
r5201690 rd66b8eb 18 18 axios.get('/phones/'+this.state.phoneId) 19 19 .then(response => { 20 console.log(response.data) 20 21 this.setState({ 21 22 phone: response.data
Note:
See TracChangeset
for help on using the changeset viewer.