parent
1058fb0a7e
commit
68dd4ce507
@ -1,3 +1,3 @@ |
||||
export const collaborateursUrl = 'https://localhost:8081/api/collaborateurs'; |
||||
export const agencesUrl = 'https://localhost:8081/api/agences'; |
||||
export const businessunitsUrl = 'https://localhost:8081/api/businessunits'; |
||||
// export const collaborateursUrl = 'https://localhost:5001/api/collaborateurs';
|
||||
// export const agencesUrl = 'https://localhost:5001/api/agences';
|
||||
// export const businessunitsUrl = 'https://localhost:5001/api/businessunits';
|
||||
|
@ -0,0 +1,3 @@ |
||||
export const collaborateursUrl = 'https://collaborateur-epa.apsdigit.lan/api/collaborateurs'; |
||||
export const agencesUrl = 'https://collaborateur-epa.apsdigit.lan/api/agences'; |
||||
export const businessunitsUrl = 'https://collaborateur-epa.apsdigit.lan/api/businessunits'; |
Loading…
Reference in new issue