get movie detail, get image and get cast added
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
var config= {
|
||||
// Filexible URL
|
||||
filexibleURL: 'https://flixable.com/title/',
|
||||
// Tmdb URL
|
||||
theMovieDbURL: 'https://api.themoviedb.org/3/find/'
|
||||
}
|
||||
module.exports = config;
|
||||
|
||||
var config = {
|
||||
// Filexible URL
|
||||
filexibleURL: 'https://flixable.com/title/',
|
||||
// Tmdb URL
|
||||
theMovieDbURL: 'https://api.themoviedb.org/3/',
|
||||
// Tmdb image URL
|
||||
theMovieDbImageURL: 'https://image.tmdb.org/t/p/original/',
|
||||
}
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user