mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Remove invalid code (#2342)
Co-authored-by: zhanglong <zhanglong@ysstech.com> Co-authored-by: dailidong <dailidong66@gmail.com>
This commit is contained in:
parent
718e4b15d2
commit
4db2ac232a
@ -154,8 +154,7 @@ public class ResourcesController extends BaseController{
|
||||
@ApiImplicitParam(name = "id", value = "RESOURCE_ID", required = true, dataType ="Int", example = "100"),
|
||||
@ApiImplicitParam(name = "type", value = "RESOURCE_TYPE", required = true, dataType ="ResourceType"),
|
||||
@ApiImplicitParam(name = "name", value = "RESOURCE_NAME", required = true, dataType ="String"),
|
||||
@ApiImplicitParam(name = "description", value = "RESOURCE_DESC", dataType ="String"),
|
||||
@ApiImplicitParam(name = "file", value = "RESOURCE_FILE", required = true,dataType = "MultipartFile")
|
||||
@ApiImplicitParam(name = "description", value = "RESOURCE_DESC", dataType ="String")
|
||||
})
|
||||
@PostMapping(value = "/update")
|
||||
public Result updateResource(@ApiIgnore @RequestAttribute(value = Constants.SESSION_USER) User loginUser,
|
||||
|
Loading…
Reference in New Issue
Block a user