diff --git a/src/BaGet/Startup.cs b/src/BaGet/Startup.cs index f637267b..2ccf24dc 100644 --- a/src/BaGet/Startup.cs +++ b/src/BaGet/Startup.cs @@ -37,6 +37,7 @@ public void ConfigureServices(IServiceCollection services) services.AddTransient, ConfigureBaGetOptions>(); services.AddTransient, ConfigureBaGetOptions>(); + services.AddBaGetOptions(nameof(FormOptions)); services.AddBaGetOptions(nameof(IISServerOptions)); services.AddBaGetWebApplication(ConfigureBaGetApplication);