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 = "FlowSchemes")]
|
||||
[ApiExplorerSettings(GroupName = "流程模版_FlowSchemes")]
|
||||
public class FlowSchemesController : ControllerBase
|
||||
{
|
||||
private readonly FlowSchemeApp _app;
|
||||
|
Reference in New Issue
Block a user