diff --git a/src/ressources/routes/routes.ts b/src/ressources/routes/routes.ts index 83e2c54..dbe2e02 100644 --- a/src/ressources/routes/routes.ts +++ b/src/ressources/routes/routes.ts @@ -1,3 +1,3 @@ -export const collaborateursUrl = 'https://localhost:7125/api/collaborateurs'; -export const agencesUrl = 'https://localhost:7125/api/agences'; -export const businessunitsUrl = 'https://localhost:7125/api/businessunits'; +export const collaborateursUrl = 'https://localhost:8081/api/collaborateurs'; +export const agencesUrl = 'https://localhost:8081/api/agences'; +export const businessunitsUrl = 'https://localhost:8081/api/businessunits';