Last active
May 12, 2018 06:50
-
-
Save fakiolinho/825ae8568a20dae08d98bddacafee1c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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