mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
fix(admin): move NotFoundPage into authenticated admin panel routes (#19968)
This commit is contained in:
parent
b003dee48e
commit
21128ddc87
@ -725,12 +725,12 @@ class StrapiApp {
|
||||
),
|
||||
})),
|
||||
...getBaseEERoutes(),
|
||||
{
|
||||
path: '*',
|
||||
element: <NotFoundPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
element: <NotFoundPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user