formation 4 年之前
父节点
当前提交
af8c816a41
共有 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>;