first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
namespace FastEndpoints.Swagger;
|
||||
internal static class SwaggerExportPathInitializer
|
||||
{
|
||||
[ModuleInitializer]
|
||||
internal static void Initialize() => DocumentOptions.SwaggerExportPath = "wwwroot/openapi";
|
||||
}
|
||||
Reference in New Issue
Block a user