소스 검색

express-preprod

formation 3 년 전
부모
커밋
570e2bae09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      angular-client/src/app/services/auth.service.ts

+ 1 - 1
angular-client/src/app/services/auth.service.ts

@@ -17,7 +17,7 @@ import * as jwt_decode from 'jwt-decode';
 export class AuthService {
 
   //url api
-  private apiUrl = environment.apiUrl
+  private apiUrl = 'https://api-preprod.foodgame.fr'
 
 
   private tokenSubject: BehaviorSubject<Token>;