Skip to content

Instantly share code, notes, and snippets.

@RomanChasovitin
Created March 29, 2021 13:47
Envs
export const config = {
API_URL: process.env.REACT_APP_API_BASE_URL,
}
axios.get(config.API_URL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment