liguotian commented on code in PR #10998:
URL: https://github.com/apache/dolphinscheduler/pull/10998#discussion_r925413031
##########
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:
ResourcesController is marked by Deprecated in this refactor issue 。 is that
nessary to do more about this
--
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]