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: align org API routes with project-level paths (#77)
Org app routes now mirror project routes prefixed with /org/:
- /org/connections → /org/apps/connections
- /org/app-config/:provider → /org/apps/:provider/config
- /org/app-config/configured → /org/apps/configured
- /org/app-config/:provider/toggle → /org/apps/:provider/config/toggle
The API server has backward-compatible aliases for the old paths.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments