DTOs docs
This commit is contained in:
parent
fb3320fe18
commit
d692a2e519
8 changed files with 104 additions and 1 deletions
|
|
@ -5,8 +5,10 @@ using Swashbuckle.AspNetCore.SwaggerGen;
|
|||
|
||||
namespace SurveyBackend.Filters;
|
||||
|
||||
/// <inheritdoc />
|
||||
public class EndpointAuthRequirementFilter : IOperationFilter
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public void Apply(OpenApiOperation operation, OperationFilterContext context)
|
||||
{
|
||||
if (!context.ApiDescription
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue