This commit is contained in:
2026-03-12 14:52:18 +01:00
parent 7df0a396f2
commit e116708b76
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
using System.Runtime.CompilerServices;
namespace FastEndpoints.Swagger;
internal static class SwaggerExportPathInitializer
{
[ModuleInitializer]
internal static void Initialize() => DocumentOptions.SwaggerExportPath = "wwwroot/openapi";
}

View File

@@ -0,0 +1 @@
17733228635034775