set env key

This commit is contained in:
andres alcocer
2022-02-08 19:43:56 -05:00
parent c0c2b9e013
commit b2a9dbb7e0
2 changed files with 1 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ export const fetchSearchMovie = (searchTerm) => {
export const fetchNetflixOriginals = () => {
return async (dispatch) => {
try {
console.log('PROCESSS', process.env)
const request = await axios.get(
`/discover/tv?api_key=${process.env.API_KEY}&with_networks=213`
)