henri carmelo 10 месяцев назад
Родитель
Сommit
0dce68363e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      angular-client/src/environments/environment.ts

+ 1 - 1
angular-client/src/environments/environment.ts

@@ -3,7 +3,7 @@
 // The list of file replacements can be found in `angular.json`.
 
 export const environment = {
-  production: false,
+  production: true,
   name: "(dev)",
   apiUrl: `https://api-preprod.foodgame.fr`,
 };