ruanwenjun commented on a change in pull request #6226:
URL: https://github.com/apache/dolphinscheduler/pull/6226#discussion_r709296907
##########
File path: dolphinscheduler-ui/src/js/conf/home/store/resource/actions.js
##########
@@ -150,7 +150,7 @@ export default {
*/
updateContent ({ state }, payload) {
return new Promise((resolve, reject) => {
- io.post(`resources/${payload.id}/update-content`, payload, res => {
+ io.post(`resources/${payload.id}`, payload, res => {
Review comment:
It seems just need to change this method from post to put?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]