修改 用户注册接口接口文档

This commit is contained in:
萌狼蓝天 2024-10-09 17:24:36 +08:00
parent 3a50e9ee26
commit 649822c0e3

View File

@ -58,8 +58,8 @@ public class UserController {
}
@Operation(
summary = "登录",
description = "登录",
summary = "注册",
description = "用户自行注册",
tags = {"用户相关接口"}
)
@PostMapping("/register")