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 = {
-  production: true,
+  production: false,
   apiUrl: `https://api-preprod.foodgame.fr`,
 };