Skip to content

Commit 22f5bb5

Browse files
authored
Update Startup.cs
1 parent 80b287b commit 22f5bb5

File tree

1 file changed

+1
-0
lines changed
  • src/Application/src/RazorPagesTestSample

1 file changed

+1
-0
lines changed

src/Application/src/RazorPagesTestSample/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class Startup
1111
{
1212
public void ConfigureServices(IServiceCollection services)
1313
{
14+
//add comment to trigger workflow
1415
services.AddDbContext<AppDbContext>(options => options.UseInMemoryDatabase("InMemoryDb"));
1516

1617
services.AddRazorPages();

0 commit comments

Comments
 (0)