Explorar o código

environnement

formation %!s(int64=4) %!d(string=hai) anos
pai
achega
c1a75c3ed5

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