deployed to vercel successfully

This commit is contained in:
andres alcocer
2022-02-08 21:07:21 -05:00
parent ed0f8a2cf9
commit ad6ade436e
4 changed files with 17373 additions and 3757 deletions

View File

@@ -59,7 +59,6 @@ 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`
)