testing
This commit is contained in:
parent
2ba13c7825
commit
8fc1153e59
20 changed files with 231 additions and 264 deletions
|
|
@ -44,7 +44,7 @@ namespace Yavsc.Extensions;
|
|||
public static class HostingExtensions
|
||||
{
|
||||
|
||||
internal static WebApplication ConfigureWebAppServices(this WebApplicationBuilder builder)
|
||||
public static WebApplication ConfigureWebAppServices(this WebApplicationBuilder builder)
|
||||
{
|
||||
IServiceCollection services = LoadConfiguration(builder);
|
||||
|
||||
|
|
@ -300,7 +300,7 @@ public static class HostingExtensions
|
|||
}
|
||||
|
||||
|
||||
internal async static Task<WebApplication> ConfigurePipeline(this WebApplication app)
|
||||
public async static Task<WebApplication> ConfigurePipeline(this WebApplication app)
|
||||
{
|
||||
|
||||
if (app.Environment.IsDevelopment())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue