Merge pull request 'changement route pour dev local, ajout d'un Title dynamique, intégré dans le router + Div principale avec classe Container + BootStrap > version 5' (#8) from fix_title into develop
Reviewed-on: Clement.Ferrere/Collaborateur_Epa_Front#8pull/10/head
commit
4e2297a9e3
@ -1,3 +1,3 @@ |
||||
export const collaborateursUrl = 'https://localhost:5001/api/collaborateurs'; |
||||
export const agencesUrl = 'https://localhost:5001/api/agences'; |
||||
export const businessunitsUrl = 'https://localhost:5001/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'; |
||||
|
Loading…
Reference in new issue