add dynamic routing for postoadms by municipioId

This commit is contained in:
Wikzyy
2025-02-28 14:49:42 +07:00
parent 3d9ec24d5f
commit d859fb5653

View File

@ -44,6 +44,8 @@ const AppRoutingSetup = (): ReactElement => {
<Route path="/master-data/sucos" element={<SucosMaster />} />
<Route path="/master-data/aldeias" element={<AldeiasMaster />} />
<Route path="/master-data/municipios/postoadms/:municipioId" element={<PostoAdmsMaster />} />
<Route path="/account/home/user-profile" element={<AccountUserProfilePage />} />
<Route path="/groups/group-management" element={<ManageGroups />} />