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
I need a router that can handle any missing path after a prefix path.
For example,
Router A handles /test/a
Router B handles /test/b/c
A fallback router wants to handle any request that starts with /test, e.g., /test/c, /test/a/b.
The text was updated successfully, but these errors were encountered:
I need a router that can handle any missing path after a prefix path.
For example,
Router A handles /test/a
Router B handles /test/b/c
A fallback router wants to handle any request that starts with /test, e.g., /test/c, /test/a/b.
The text was updated successfully, but these errors were encountered: