Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active May 12, 2018 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakiolinho/825ae8568a20dae08d98bddacafee1c6 to your computer and use it in GitHub Desktop.
Save fakiolinho/825ae8568a20dae08d98bddacafee1c6 to your computer and use it in GitHub Desktop.
import axios from 'axios';
export default axios.create({
baseURL: 'https://myDomain.com/api/',
timeout: 10000,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment