formation 3 лет назад
Родитель
Сommit
bdd21053c2
1 измененных файлов с 1 добавлено и 1 удалено
  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`,
 };
 };