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