Skip to content

Instantly share code, notes, and snippets.

@fakiolinho
Last active March 8, 2018 09:51
Show Gist options
  • Save fakiolinho/7864a28adef316c5be90ca75d46c7618 to your computer and use it in GitHub Desktop.
Save fakiolinho/7864a28adef316c5be90ca75d46c7618 to your computer and use it in GitHub Desktop.
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