Created
March 16, 2019 19:39
-
-
Save CarlosLevir/eb1a2cbb8525480e03995f76f6bf3bfe 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 * as env from '../.env.json'; | |
const request = axios.create({ | |
baseURL: env.youtubeApiUrl | |
}); | |
export default request; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment