removed confir from commit

This commit is contained in:
CHIEFSOFT\ameye
2023-08-03 19:18:09 -04:00
parent 88cf4de518
commit b629a3aa11
6 changed files with 59 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = {
production: true,
apiKey: '', // <-- Enter your own key here!'
apiKey: '', // <-- Enter your own key here!' PROD
baseUrl: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
images: 'https://orion.lotus.g1.wrenchboard.com/svs/user',
};
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = {
production: false,
apiKey: '', // <-- Enter your own key here!'
apiKey: '', // <-- Enter your own key here!' TEST
baseUrl: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1',
images: 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/',
};