mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
api(application): relocate egg endpoints
This commit is contained in:
@@ -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
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user