-
Notifications
You must be signed in to change notification settings - Fork 3
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: http methods #154
fix: http methods #154
Conversation
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.
lgtm beside one line, see in-line comment
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.
lgtm
@TheRealKasumi I've changed the HTTP request methods in the UI. |
Works for me when you are sure the methods are correct😋. I can't really test it right now. But in case of problems we can do a quick fix I guess. |
Seems to be all working. Maybe a small adjustment is required after #172. |
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.
Thanks! From my side we can merge.
* Sync with internal rep * update doc * Fix typo * Update methods * Remove secret information *laugh* * chore(ui): update http request methods Closes: #154 --------- Co-authored-by: Daniel Bayerlein
closes #147
As discussed it would probably be "more correct" to use
patch
instead ofpost
at some points. So let's do it, should be easy.Note: Frontend must be done before merging.