Skip to content

Commit

Permalink
feat: 文件管理api文档补充 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ningqingsheng authored Nov 30, 2023
1 parent eb2dabe commit a5b3039
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.jetlinks.community.io.file.web;

import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.AllArgsConstructor;
import org.hswebframework.web.authorization.Authentication;
import org.hswebframework.web.authorization.annotation.Authorize;
Expand All @@ -23,6 +24,7 @@
@RestController
@RequestMapping("/file")
@AllArgsConstructor
@Tag(name = "需身份认证的文件管理")
public class FileManagerController {

private final FileManager fileManager;
Expand Down

0 comments on commit a5b3039

Please sign in to comment.