ruanwenjun commented on code in PR #15355:
URL: 
https://github.com/apache/dolphinscheduler/pull/15355#discussion_r1435528996


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ResourcesController.java:
##########
@@ -625,46 +623,6 @@ public Result deleteUdfFunc(@Parameter(hidden = true) 
@RequestAttribute(value =
         return udfFuncService.delete(loginUser, udfFuncId);
     }
 
-    /**
-     * authorized file resource list
-     *
-     * @param loginUser login user
-     * @param userId user id
-     * @return authorized result
-     */
-    @Operation(summary = "authorizedFile", description = 
"AUTHORIZED_FILE_NOTES")
-    @Parameters({
-            @Parameter(name = "userId", description = "USER_ID", required = 
true, schema = @Schema(implementation = int.class, example = "100"))
-    })
-    @GetMapping(value = "/authed-file")
-    @ResponseStatus(HttpStatus.CREATED)
-    @ApiException(AUTHORIZED_FILE_RESOURCE_ERROR)
-    public Result authorizedFile(@Parameter(hidden = true) 
@RequestAttribute(value = Constants.SESSION_USER) User loginUser,

Review Comment:
   No, this has already been removed from ui.



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