mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-29 20:53:25 +08:00
进一步优化swagger分组
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// </summary>
|
||||
[Route("api/[controller]/[action]")]
|
||||
[ApiController]
|
||||
[ApiExplorerSettings(GroupName = "OpenJobs")]
|
||||
[ApiExplorerSettings(GroupName = "定时任务_OpenJobs")]
|
||||
public class OpenJobsController : ControllerBase
|
||||
{
|
||||
private readonly OpenJobApp _app;
|
||||
|
||||
Reference in New Issue
Block a user