How to prefix some routes or pages like ListRecords with '/admin' while others don't have the prefix
I want a few routes in my app to have the 'admin' prefix while the others should remain intact. Is there an built-in way to do this?
2 Replies
You should probably use 2 separate panels for this
Alright, I will try that. Thanks!