removed firebase config files

This commit is contained in:
andres alcocer
2022-02-08 20:44:22 -05:00
parent b2a9dbb7e0
commit ed0f8a2cf9
5 changed files with 3 additions and 38 deletions

View File

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