mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
增加PostgreSQL支持;
修复DES加密
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenAuth.WebApi.Model
|
||||
.Cast<ApiExplorerSettingsAttribute>().FirstOrDefault();
|
||||
if (apiExplorerSettings != null && !string.IsNullOrWhiteSpace(apiExplorerSettings.GroupName))
|
||||
{
|
||||
operation.Tags = new List<OpenApiTag> {new OpenApiTag {Name = apiExplorerSettings.GroupName}};
|
||||
operation.Tags = new List<OpenApiTag> { new OpenApiTag { Name = apiExplorerSettings.GroupName } };
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -27,7 +27,6 @@ namespace OpenAuth.WebApi.Model
|
||||
{new OpenApiTag {Name = controllerActionDescriptor.ControllerName}};
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user