فهرست منبع

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