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
fix(router): update legacy URL redirects to catch-all for old paths
- Replace LegacySpecRedirect with LegacyCatchAll for improved handling of old URLs
- Redirects /:specId and /:specId/:library to /python/ equivalents
- Uses splat (*) to avoid route ranking conflicts with the python route group
0 commit comments