changement route pour dev local, ajout d'un Title dynamique, intégré dans le router + Div principale avec classe Container + BootStrap > version 5 #8
Merged
Clement.Ferrere
merged 1 commits from fix_title
into develop
3 years ago
@ -1,3 +1,3 @@ |
|||||||
export const collaborateursUrl = 'https://localhost:5001/api/collaborateurs'; |
export const collaborateursUrl = 'https://localhost:8081/api/collaborateurs'; |
||||||
export const agencesUrl = 'https://localhost:5001/api/agences'; |
export const agencesUrl = 'https://localhost:8081/api/agences'; |
||||||
export const businessunitsUrl = 'https://localhost:5001/api/businessunits'; |
export const businessunitsUrl = 'https://localhost:8081/api/businessunits'; |
||||||
|
Loading…
Reference in new issue