浏览代码

test 2

test2
henri carmelo 10 月之前
父节点
当前提交
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`,
 };