Commit c845624
Fix workspace creation API route to use versioned endpoint
The create-workspace-for-tab handler was calling /api/workspaces directly,
bypassing the SDK which correctly prefixes routes with /api/v1/. This caused
a "route could not be found" error when creating workspaces.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent eaeec36 commit c845624
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
| 673 | + | |
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| |||
0 commit comments