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?
Was this page helpful?