Created
December 18, 2016 23:25
-
-
Save odirleiborgert/bd120b0a278b8803ee56cc48265edbfe to your computer and use it in GitHub Desktop.
Dúvidas com React
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import axios from 'axios'; | |
const SearchCar = { | |
getByTerm() { | |
return axios.get(`http://localhost:3000/api/cars/search/uno/1`); | |
} | |
}; | |
export default SearchCar; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment