소스 검색

environnement

formation 4 년 전
부모
커밋
c1a75c3ed5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      angular-client/src/environments/environment.prod.ts
  2. 1 1
      angular-client/src/environments/environment.ts

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

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

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

@@ -5,7 +5,7 @@
 export const environment = {
   production: false,
   name: "(Dev)",
-  apiUrl: `http://api-dev.aggylt.fr`,
+  apiUrl: `http://api-dev.foodgame.fr`,
 };
 
 /*