This commit is contained in:
CHIEFSOFT\ameye
2023-05-13 09:03:26 -04:00
parent 8431f7c003
commit 6fe3d083f9
9 changed files with 180 additions and 28 deletions
+2 -2
View File
@@ -1,6 +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',
baseUrl: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
images: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
};
+2 -2
View File
@@ -1,7 +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',
baseUrl: 'https://apigate.lotus.g1.wrenchboard.com/svs/user',
images: 'https://apigate.lotus.g1.wrenchboard.com/svs/user',
};