diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-02 07:28:22 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-02 07:28:22 +0300 |
commit | 607d029030baa11f890af7b948b129c0ec975905 (patch) | |
tree | 6872dff56d4f62df30c8fb0430ad660953f03f1b /Program.cs | |
parent | 6cb87f6c78d774d7179edceb2c8305ca42a257c1 (diff) |
Base figure adding
Diffstat (limited to 'Program.cs')
-rw-r--r-- | Program.cs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ app.UseStaticFiles(); app.MapControllers(); app.MapDefaultControllerRoute(); -var context = app.Services.CreateScope().ServiceProvider.GetRequiredService<DataContext>(); -SeedData.SeedDatabase(context); +// var context = app.Services.CreateScope().ServiceProvider.GetRequiredService<DataContext>(); +// SeedData.SeedDatabase(context); app.Run();
\ No newline at end of file |