Last active
March 8, 2018 09:51
-
-
Save fakiolinho/7864a28adef316c5be90ca75d46c7618 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'; | |
const request = axios.create({ | |
baseURL: process.env.API_URL | |
}); | |
export default request; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment