We are currently consuming content by client.getByUid endpoint to fetch the page details which requires us to pass document type while fetching the details of the document.
We basically want multiple document types to be mounted on root route itself. So how is it possible for us to handle this in our routes.js.
Is there a specific endpoint or Predicate function that we should use to achieve this through which we can fetch the document just via uid without sending the type of document? or , any other way we can achieve this .