进一步优化swagger分组

This commit is contained in:
yubaolee
2021-06-11 23:40:55 +08:00
parent 804ee3d9d8
commit a84c8c57ad
24 changed files with 71 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ namespace OpenAuth.WebApi.Controllers
/// </summary>
[Route("api/[controller]/[action]")]
[ApiController]
[ApiExplorerSettings(GroupName = "Users")]
[ApiExplorerSettings(GroupName = "用户管理_Users")]
public class UsersController : ControllerBase
{
private readonly UserManagerApp _app;