henri carmelo 10 hónapja
szülő
commit
0dce68363e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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`,
 };