Ver Fonte

test_bis

formation há 4 anos atrás
pai
commit
6441d1ad57
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      angular-client/src/environments/environment.prod.ts

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

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