From 7d1a7b5df18c0d579c1b4f01f6ce8588544354b5 Mon Sep 17 00:00:00 2001 From: Clement FERRERE Date: Mon, 21 Mar 2022 15:55:59 +0100 Subject: [PATCH] Changement des routes pour correspondre aux routes du conteneur docker-compose du back. --- src/ressources/routes/routes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';