mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
进一步优化swagger分组
This commit is contained in:
@@ -14,7 +14,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// </summary>
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "Roles")]
|
||||
[ApiExplorerSettings(GroupName = "角色管理_Roles")]
|
||||
public class RolesController : ControllerBase
|
||||
{
|
||||
private readonly RoleApp _app;
|
||||
|
Reference in New Issue
Block a user