Skip to content

Commit

Permalink
--server-into-oas
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Feb 2, 2024
1 parent c598720 commit ecf3a3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using JetBrains.Annotations;
using Microsoft.AspNetCore.Http;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;

namespace JsonApiDotNetCore.OpenApi.SwaggerComponents;

[UsedImplicitly(ImplicitUseKindFlags.InstantiatedNoFixedConstructorSignature)]
internal sealed class ServerDocumentFilter : IDocumentFilter
{
private readonly IHttpContextAccessor _httpContextAccessor;
Expand Down

0 comments on commit ecf3a3c

Please sign in to comment.