Move from node-fetch to cross-fetch

This commit is contained in:
Salman AlSaigal
2021-11-21 02:31:03 +03:00
parent 0f24d0957a
commit e758cd198d
3 changed files with 19 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import fetch from 'node-fetch';
import fetch from 'cross-fetch';
const BASE_URL_V3 = 'https://api.themoviedb.org/3';