JinyLeeChina commented on a change in pull request #6291:
URL: https://github.com/apache/dolphinscheduler/pull/6291#discussion_r714812373



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ResourcesController.java
##########
@@ -142,7 +142,7 @@ public Result createDirectory(@ApiIgnore 
@RequestAttribute(value = Constants.SES
         @ApiImplicitParam(name = "pid", value = "RESOURCE_PID", required = 
true, dataType = "Int", example = "10"),
         @ApiImplicitParam(name = "currentDir", value = "RESOURCE_CURRENTDIR", 
required = true, dataType = "String")
     })
-    @PostMapping()
+    @PostMapping("/create")

Review comment:
       Thanks for your contribution, this is the restful API. Please fix ui 
module code




-- 
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]


Reply via email to