Skip to content

Instantly share code, notes, and snippets.

@fResult
Last active October 3, 2020 11:58
Show Gist options
  • Save fResult/7171f3b6dabf97acff2dd9eddbd950a3 to your computer and use it in GitHub Desktop.
Save fResult/7171f3b6dabf97acff2dd9eddbd950a3 to your computer and use it in GitHub Desktop.
import axios from 'axios'
export default axios.create({
baseURL: 'http://localhost:3002',
headers: { 'Content-Type': 'application/json' }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment