Skip to content

Instantly share code, notes, and snippets.

@wwwmarcos
Created December 21, 2017 12:01
Show Gist options
  • Save wwwmarcos/f3d270cfdc65e03dd20c62d80bfed486 to your computer and use it in GitHub Desktop.
Save wwwmarcos/f3d270cfdc65e03dd20c62d80bfed486 to your computer and use it in GitHub Desktop.
import http from '../../services/http'
http({
method: 'GET',
url: '/cars'
})
.then(data => console.log(data))
// GET http://localhost:3006/cars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment