changements mineurs

develop
Yanaël GRETTE 4 years ago
parent 559af3456f
commit 56539b4556
  1. 4
      src/app/shared/api-swagger/api/collaborateurs.service.ts
  2. 2
      src/app/shared/api-swagger/api/demandesDelegation.service.ts
  3. 2
      src/app/shared/api-swagger/api/demandesEPI.service.ts
  4. 2
      src/app/shared/api-swagger/api/demandesformation.service.ts
  5. 2
      src/app/shared/api-swagger/api/engagements.service.ts
  6. 2
      src/app/shared/api-swagger/api/ep.service.ts
  7. 2
      src/app/shared/api-swagger/api/formations.service.ts
  8. 2
      src/app/shared/api-swagger/api/notes.service.ts
  9. 2
      src/app/shared/api-swagger/api/participationsFormations.service.ts
  10. 2
      src/app/shared/api-swagger/api/referentsEP.service.ts
  11. 2
      src/environments/environment.ts

@ -27,7 +27,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class CollaborateursService { export class CollaborateursService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();
@ -142,7 +142,7 @@ export class CollaborateursService {
const consumes: string[] = [ const consumes: string[] = [
]; ];
return this.httpClient.request<CollaborateurDTO>('get',`${this.basePath}/collaborateurs/${encodeURIComponent(String(mail))}`, return this.httpClient.request<CollaborateurDTO>('get',`${this.basePath}/collaborateurs/${encodeURIComponent(String(mail))}/mail`,
{ {
withCredentials: this.configuration.withCredentials, withCredentials: this.configuration.withCredentials,
headers: headers, headers: headers,

@ -27,7 +27,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class DemandesDelegationService { export class DemandesDelegationService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -28,7 +28,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class DemandesEPIService { export class DemandesEPIService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -29,7 +29,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class DemandesFormationService { export class DemandesFormationService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -28,7 +28,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class EngagementsService { export class EngagementsService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -29,7 +29,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class EpService { export class EpService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -32,7 +32,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class FormationsService { export class FormationsService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -28,7 +28,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class NotesService { export class NotesService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -28,7 +28,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class ParticipationsFormationsService { export class ParticipationsFormationsService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -27,7 +27,7 @@ import { Configuration } from '../configurat
@Injectable() @Injectable()
export class ReferentsEPService { export class ReferentsEPService {
protected basePath = 'http://localhost:3000/api'; protected basePath = 'https://localhost:44393/api';
public defaultHeaders = new HttpHeaders(); public defaultHeaders = new HttpHeaders();
public configuration = new Configuration(); public configuration = new Configuration();

@ -19,7 +19,7 @@ const keycloakConfig: AuthConfig = {
// and it might not enforce further best practices vital for security // and it might not enforce further best practices vital for security
// such applications. // such applications.
//dummyClientSecret: 'f27746f4-e603-441e-a256-3ddd5b19ba54', //dummyClientSecret: 'f27746f4-e603-441e-a256-3ddd5b19ba54',
dummyClientSecret: '82702d7b-e44b-4415-9c80-54774a58e1dc', dummyClientSecret: '201a3d53-7cd5-4613-bcb6-f2e98c1ba2ec',
responseType: 'code', responseType: 'code',
silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html' , silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html' ,

Loading…
Cancel
Save