mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-11 11:31:28 +08:00
进一步优化swagger分组
This commit is contained in:
@@ -11,7 +11,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// </summary>
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "Applications")]
|
||||
[ApiExplorerSettings(GroupName = "应用管理_Applications")]
|
||||
public class ApplicationsController : ControllerBase
|
||||
{
|
||||
private readonly AppManager _app;
|
||||
|
||||
Reference in New Issue
Block a user