Skip to content

Instantly share code, notes, and snippets.

@Kristian-Roopnarine
Created February 18, 2020 16:05
Show Gist options
  • Save Kristian-Roopnarine/48e14237c468bc37835e2f1795cac867 to your computer and use it in GitHub Desktop.
Save Kristian-Roopnarine/48e14237c468bc37835e2f1795cac867 to your computer and use it in GitHub Desktop.
import axios from 'axios'
export default axios.create({
baseURL:'http://localhost:8000/api'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment