Skip to content

Commit c753264

Browse files
Feat: Added support for minimal APIs (#43)
1 parent c127894 commit c753264

File tree

27 files changed

+239
-13
lines changed

27 files changed

+239
-13
lines changed
File renamed without changes.
File renamed without changes.

examples/example1/Program.cs renamed to examples/controller/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
builder.Services.AddDbContext<ApplicationDbContext>(options =>
1818
{
19-
options.UseInMemoryDatabase("example1");
19+
options.UseInMemoryDatabase("controller");
2020
});
2121

2222
builder.Services.AddAutoMapper(Assembly.GetExecutingAssembly());

0 commit comments

Comments
 (0)