DTOs docs

This commit is contained in:
Вячеслав 2025-04-27 16:03:56 +05:00
parent fb3320fe18
commit d692a2e519
8 changed files with 104 additions and 1 deletions

View file

@ -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