Skip to content

Instantly share code, notes, and snippets.

@odirleiborgert
Created December 18, 2016 23:25
Show Gist options
  • Save odirleiborgert/bd120b0a278b8803ee56cc48265edbfe to your computer and use it in GitHub Desktop.
Save odirleiborgert/bd120b0a278b8803ee56cc48265edbfe to your computer and use it in GitHub Desktop.
Dúvidas com React
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