formation пре 3 година
родитељ
комит
fc12f1b5c9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      angular-client/src/environments/environment.prod.ts

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

@@ -1,4 +1,4 @@
 export const environment = {
-  production: false,
+  production: true,
   apiUrl: `https://api-preprod.foodgame.fr`,
 };