first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-05-12 22:30:08 -04:00
commit cea49e295a
667 changed files with 39490 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export const environment = {
production: true,
apiKey: '', // <-- Enter your own key here!'
baseUrl: 'https://api.themoviedb.org/3',
images: 'http://image.tmdb.org/t/p',
};
+7
View File
@@ -0,0 +1,7 @@
export const environment = {
production: false,
apiKey: '', // <-- Enter your own key here!'
baseUrl: 'https://api.themoviedb.org/3',
images: 'http://image.tmdb.org/t/p',
};