fix(admin): move NotFoundPage into authenticated admin panel routes (#19968)

This commit is contained in:
Mattias van den Belt 2024-04-02 10:14:21 +02:00 committed by GitHub
parent b003dee48e
commit 21128ddc87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -725,12 +725,12 @@ class StrapiApp {
),
})),
...getBaseEERoutes(),
{
path: '*',
element: <NotFoundPage />,
},
],
},
{
path: '*',
element: <NotFoundPage />,
},
],
},
],