Created
September 3, 2020 01:48
-
-
Save rafaelaugustos/eb63379bbb9b42394e37a7f54f26c6aa 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' | |
import config from './endpoint' | |
const HTTPClient = ms => axios.create(config[ms]) | |
export default HTTPClient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment