Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
amandanoris committed Dec 3, 2023
1 parent c973ed2 commit f166a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application/ConfigureServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static IServiceCollection AddApplicationServices(this IServiceCollection
services.AddApplicationDbContextSeeder (cfg =>
{
cfg.AddProvider<CardsSeederProvider> ();
cfg.AddProvider<DataSeederProvider>();

});
return services;
}
Expand Down

0 comments on commit f166a6f

Please sign in to comment.