소스 검색

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`,
 };