test written

This commit is contained in:
Wise Colt
2019-01-01 06:36:19 +03:00
parent 47f3b338db
commit 0143454f4d
6 changed files with 200 additions and 107 deletions

8
config/index.js Normal file
View File

@@ -0,0 +1,8 @@
var config= {
// Filexible URL
filexibleURL: 'https://flixable.com/title/',
// Tmdb URL
theMovieDbURL: 'https://api.themoviedb.org/3/find/'
}
module.exports = config;