Skip to content

Commit

Permalink
index path for response
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Oct 21, 2024
1 parent 56713ec commit 0de3e8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,12 @@ const App = ({ path, stateCode, userType, tenants, BOUNDARY_HIERARCHY_TYPE, hier
<PrivateRoute path={`${path}/village-view`} component={() => <VillageView />} />
<PrivateRoute path={`${path}/my-microplans`} component={() => <MyMicroplans/>} />
<PrivateRoute path={`${path}/upload-user-success`} component={() => <Response/>} />
<PrivateRoute path={`${path}/setup-completed-response`} component={() => <Response/>} />


<PrivateRoute path={`${path}/assign-facilities-to-villages`} component={() => <FacilityCatchmentMapping/>} />




</AppContainer>
Expand Down

0 comments on commit 0de3e8c

Please sign in to comment.