Skip to content

Instantly share code, notes, and snippets.

@webislife
Created April 19, 2019 08:46
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 webislife/8d74b85c969de436e6335f01794eb6a2 to your computer and use it in GitHub Desktop.
Save webislife/8d74b85c969de436e6335f01794eb6a2 to your computer and use it in GitHub Desktop.
import axios from 'axios';
export const instance = axios.create({
baseURL: appConf.BACKEND_HOST,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment