mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-06-26 05:01:51 +08:00
进一步优化swagger分组
This commit is contained in:
@@ -11,7 +11,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// </summary>
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "Orgs")]
|
||||
[ApiExplorerSettings(GroupName = "组织机构_Orgs")]
|
||||
public class OrgsController : ControllerBase
|
||||
{
|
||||
private readonly OrgManagerApp _app;
|
||||
|
||||
Reference in New Issue
Block a user