This commit is contained in:
Paul Schneider 2021-06-21 23:38:05 +01:00
commit b8809deaa1
12 changed files with 625 additions and 182 deletions

View file

@ -64,6 +64,7 @@ namespace nuget_host
services.Configure<NugetSettings>(nugetSettingsconf);
var adminStartupListConf = Configuration.GetSection("AdminList");
services.Configure<AdminStartupList>(adminStartupListConf);
services.Configure<MigrationsEndPointOptions>(o => o.Path = "~/migrate");
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.