Liiyue commented on a change in pull request #6226:
URL: https://github.com/apache/dolphinscheduler/pull/6226#discussion_r709886382
##########
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:
Also,I have fix the mismatch of resource download url between frontend
and backend.
--
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]