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

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

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