-
Notifications
You must be signed in to change notification settings - Fork 3
fix: substitute get in favor of post #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: substitute get in favor of post #462
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR changes an HTTP request from GET to POST for setting the active project session. The change aligns the client-side HTTP method with what appears to be a server-side API expectation.
Changes:
- Updated the HTTP method from GET to POST in the
setSessionActiveProjectfunction
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@marat-affinidi @rbrazhnyk once more thank you |
fix: use the post to the /active endpoint Co-authored-by: andrew-affinidi <andrii.v@affinidi.com>
No description provided.