api(application): relocate egg endpoints
This commit is contained in:
parent
5946210e18
commit
58cfa98b9c
23 changed files with 309 additions and 112 deletions
|
@ -233,7 +233,7 @@ const AdminRouter = ({ location, match }: RouteComponentProps) => {
|
|||
|
||||
<Route path={`${match.path}/nests`} component={NestsContainer} exact/>
|
||||
<Route
|
||||
path={`${match.path}/nests/:id`}
|
||||
path={`${match.path}/nests/:nestId`}
|
||||
component={NestEditContainer}
|
||||
exact
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue