You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I want a group of routes behind base path /api and another group of routes behind / for rendering JSX. How can I do this? The docs mention possibly nesting routes but I do not know how to proceed.
The text was updated successfully, but these errors were encountered:
Let's say I want a group of routes behind base path
/api
and another group of routes behind/
for rendering JSX. How can I do this? The docs mention possibly nesting routes but I do not know how to proceed.The text was updated successfully, but these errors were encountered: