formation hace 3 años
padre
commit
501b283836
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = `https://api-preprod.foodgame.fr/`;
+  private apiUrl = `https://api-preprod.foodgame.fr`;
 
 
   private tokenSubject: BehaviorSubject<Token>;