formation 3 年 前
コミット
d42c408754
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 = {
 export const environment = {
-  production: true,
+  production: false,
   apiUrl: `https://api-preprod.foodgame.fr`,
   apiUrl: `https://api-preprod.foodgame.fr`,
 };
 };