fix: remove /preview/ prefix from frontend API calls#3924
fix: remove /preview/ prefix from frontend API calls#3924jangjohn wants to merge 4 commits intoAgenta-AI:mainfrom
Conversation
|
@jangjohn is attempting to deploy a commit to the agenta projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@mmabrouk I've also updated stale comments that still referenced /preview/ paths. Could you approve the workflows so CI can run? Thanks! |
|
@mmabrouk Fixed the Prettier formatting issue and resolved the Devin review findings. Could you approve the workflows so CI can run? Thanks! |
|
Hi @jangjohn, Thanks a lot for taking the time to open this PR and work on this. I’m going to close this one because we now have a different PR that supersedes it and will be the version we move forward with. That said, we appreciate the effort here, and we’ll make sure to acknowledge your contribution in the superseding PR where appropriate. |
fix: remove /preview/ prefix from frontend API calls
Closes #3831
Removes the
/preview/prefix from all frontend API calls across the web codebase, replacing them with canonical routes.Changes
web/oss/src/,web/packages/, andweb/tests/.tsand.tsxfiles changed/preview/environments/intentionally left unchanged (no canonical equivalent)Notes