chore(backend): add explicit test data seed command
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Socialize.Api.Modules.Workspaces.Data;
|
||||
using Socialize.Api.Infrastructure.Development;
|
||||
|
||||
namespace Socialize.Api.Modules.Workspaces;
|
||||
|
||||
@@ -8,9 +7,6 @@ public static class DependencyInjection
|
||||
public static WebApplicationBuilder AddWorkspaceModule(
|
||||
this WebApplicationBuilder builder)
|
||||
{
|
||||
builder.Services.Configure<DevelopmentSeedOptions>(
|
||||
builder.Configuration.GetSection(DevelopmentSeedOptions.SectionName));
|
||||
|
||||
return builder;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user