Skip to content

Commit 2944b3f

Browse files
committed
feat: 修改swagger tags
1 parent e81f0b1 commit 2944b3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

application/src/main/java/top/cadecode/uniboot/controller/AuthController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@ApiFormat
2929
@Slf4j
3030
@RequiredArgsConstructor
31-
@Api(tags = "认证API")
31+
@Api(tags = "登录认证")
3232
@RestController
3333
@RequestMapping("auth")
3434
public class AuthController {

application/src/main/java/top/cadecode/uniboot/controller/CommonController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@ApiFormat
3232
@Slf4j
3333
@RequiredArgsConstructor
34-
@Api(tags = "通用API")
34+
@Api(tags = "通用接口")
3535
@RestController
3636
public class CommonController {
3737

0 commit comments

Comments
 (0)