Skip to content

Commit 4b4c6ec

Browse files
committed
Fixed swagger Could not resolve pointer issue
1 parent a0bc9d1 commit 4b4c6ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Conduit/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
{
8484
y.GroupName ?? throw new InvalidOperationException()
8585
});
86+
x.CustomSchemaIds(s => s.FullName?.Replace("+", "."));
8687
});
8788

8889
builder.Services.AddCors();

0 commit comments

Comments
 (0)