Hi,
How to create public page which allow the unauthenticated user (like about us, contact us or landing page) ?
Thanks
PS. Using React in 8.1.6 Metronic version
Hi,
You can add your public page routes in src/app/routing/AppRoutes.tsx and private routes in src/app/routing/PrivateRoutes.tsx.
Regards,
Lauris Stepanovs,
Keenthemes Support Team