We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080e99 commit 23a76cdCopy full SHA for 23a76cd
src/api/framework/Infrastructure/OpenApi/Extensions.cs
@@ -67,7 +67,7 @@ public static WebApplication UseOpenApi(this WebApplication app)
67
var swaggerEndpoints = app.DescribeApiVersions()
68
.Select(desc => new
69
{
70
- Url = $"/swagger/{desc.GroupName}/swagger.json",
+ Url = $"../swagger/{desc.GroupName}/swagger.json",
71
Name = desc.GroupName.ToUpperInvariant()
72
});
73
0 commit comments