Skip to content

Instantly share code, notes, and snippets.

@converge
Created October 16, 2018 20:43
Show Gist options
  • Save converge/b966b32c9d4c48ee675304702bf06873 to your computer and use it in GitHub Desktop.
Save converge/b966b32c9d4c48ee675304702bf06873 to your computer and use it in GitHub Desktop.
# API
import axios from 'axios'
const api = axios.create({
//baseURL: 'https://rocketseat-node.herokuapp.com/api'
baseURL: 'http://localhost:3000'
})
export default api;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment