SbloodyS commented on code in PR #10998:
URL: https://github.com/apache/dolphinscheduler/pull/10998#discussion_r925415513


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ResourcesController.java:
##########
@@ -119,7 +124,7 @@ public class ResourcesController extends BaseController {
     @PostMapping(value = "/directory")
     @ApiException(CREATE_RESOURCE_ERROR)
     @AccessLogAnnotation(ignoreRequestArgs = "loginUser")
-    public Result<Object> createDirectory(@ApiIgnore @RequestAttribute(value = 
Constants.SESSION_USER) User loginUser,
+    public Result<org.apache.dolphinscheduler.dao.entity.Resource> 
createDirectory(@ApiIgnore @RequestAttribute(value = Constants.SESSION_USER) 
User loginUser,

Review Comment:
   Sorry. What i mean is we should do this in V2.



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